Package com.priint.pubserver.exception
Base exception classes to be inherited by all publishing server modules.
- Since:
- 4.0.0
-
Class Summary Class Description ErrorStackInfo Class holds information about exception such as module name, exception code and error message.ExceptionUtils The type Exception utils. -
Exception Summary Exception Description FileIOException Throw this type of exception if File IO Exception fails, typically used to wrap java.io.IOExceptions.InvalidResultTypeException Thrown when a method returns a result of a different type than expected.InvalidSessionException Throw this type of exception if a publishing server session is not valid - i.e.NullArgumentException Thrown if input validation fails.PubServerException Abstract base exception for all public exceptions in publishing server.PubServerRolledbackException Abstract base exception for all public exceptions in publishing server that should force a rollback of the current transaction on the EJB container.SessionNotAuthenticated Thrown if a publishing server session is not authenticated - i.e.ValidationFailedException Exception thrown by a failing bean validation.XMLException The type Xml exception.