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:
Serializable
public abstract class PubServerRolledbackException
extends PubServerException
implements 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 PubServerException instead.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPubServerRolledbackException(Object caller, int errorCode, String errorMessage, Throwable cause) -
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
-
PubServerRolledbackException
-