Package com.saperion.rmi.serverexception
Class SaRMIUniqueConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMIUniqueConstraintViolationException
- All Implemented Interfaces:
Serializable
Exception thrown when a document is created or updated and the value of a unique field already exists in
another document.
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaRMIUniqueConstraintViolationException
- Parameters:
message
- error message
-