Class EntityManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.EntityManagerException
- All Implemented Interfaces:
Serializable
Thrown if a procedure in a @com.priint.pubserver.plugin.interfaces.ConnectorRemote implementation gets a problems when connecting,
accessing, modifying data in the underlying data source (e.g. a JDBC source or a SOAP Service).
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityManagerException(Object caller, int errorCode, String errorMessage) EntityManagerException(Object caller, int errorCode, String message, String... parameters) EntityManagerException(Object caller, int errorCode, String errorMessage, Throwable cause) EntityManagerException(Object caller, int errorCode, String message, Throwable cause, String... parameters) EntityManagerException(String module, String errorMessage) -
Method Summary
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityManagerException
-
EntityManagerException
-
EntityManagerException
-
EntityManagerException
-
EntityManagerException
-