Class ApplicationBaseException

All Implemented Interfaces:
MessageListHolder, Serializable
Direct Known Subclasses:
TransferItemNotValidException

public class ApplicationBaseException extends CoreBaseException
Base exception to be used by the applications running on the SPA integration framework.
See Also:
  • Constructor Details

    • ApplicationBaseException

      public ApplicationBaseException(String message)
      Standard constructor for ApplicationBaseException with the specified detail message.
      Parameters:
      message - the detail message.
    • ApplicationBaseException

      public ApplicationBaseException(String message, Throwable rootCause)
      Standard constructor for ApplicationBaseException using a simple message text.
      Parameters:
      message - message text.
      rootCause - exception which causes the exception
    • ApplicationBaseException

      public ApplicationBaseException(Message message)
      Standard constructor for ApplicationBaseException using a message object see Message for details.
      Parameters:
      message - message which identifies the error message.
    • ApplicationBaseException

      public ApplicationBaseException(Message message, Throwable rootCause)
      Standard constructor for ApplicationBaseException using a message object see Message for details.
      Parameters:
      message - message object which identifies the error message.
      rootCause - exception which causes the exception