| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.PostLoadFailedException
PostLoadFailedException | public class PostLoadFailedException extends UOWException (Code) | | This exception is thrown if an error occurs in the PostLoad trigger of the persistent object.
|
PostLoadFailedException | public PostLoadFailedException()(Code) | | Creates an exception with the errorCode.
|
PostLoadFailedException | public PostLoadFailedException(Object[] arguments)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. |
PostLoadFailedException | public PostLoadFailedException(Object[] arguments, Throwable cause)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. Parameters: cause - the cause. |
|
|