Class BusinessObjectException

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

public class BusinessObjectException extends CoreBaseException
The BusinessObjectException is thrown if something goes wrong in the business object layer.
See Also:
  • Constructor Details

    • BusinessObjectException

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

      public BusinessObjectException(String msg, MessageList msgList)
      Constructor.
      Parameters:
      msg - Message for the Exception
      msgList - List of the messages added to the exception
    • BusinessObjectException

      public BusinessObjectException(String msg, Message message)
      Constructor.
      Parameters:
      msg - Message for the Exception
      message - message added to the exception
    • BusinessObjectException

      public BusinessObjectException(String msg)
      Constructor.
      Parameters:
      msg - Message for the Exception
    • BusinessObjectException

      public BusinessObjectException()
      Constructor.