Package com.priint.pubserver.exception
Class PubServerRolledbackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.priint.pubserver.exception.PubServerException
-
- com.priint.pubserver.exception.PubServerRolledbackException
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class PubServerRolledbackException extends PubServerException implements java.io.Serializable
Abstract base exception for all public exceptions in publishing server that should force a rollback of the current transaction on the EJB container.This is a checked exception (Application Exception). It DOES force a transaction rollback of the EJB container.
If you do NOT want to force a rollback of the current transaction use the
PubServerExceptioninstead.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PubServerRolledbackException(java.lang.Object caller, int errorCode, java.lang.String errorMessage, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
-
-