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