Class 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 PubServerException instead.

    Since:
    4.0.0
    See Also:
    Serialized Form