Class BackendRuntimeException

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

public class BackendRuntimeException extends CoreBaseRuntimeException
Exception for Errors caused by the developer of the isales application.
Don't catch this Exception except in the action layer because it represents an error in the implementation and not the underlying backend system.
See Also:
  • Constructor Details

    • BackendRuntimeException

      public BackendRuntimeException()
      Creates a new exception without any message.
    • BackendRuntimeException

      public BackendRuntimeException(String msg)
      Creates a new exception with a given message.
      Parameters:
      msg - Message to give further information about the exception
    • BackendRuntimeException

      public BackendRuntimeException(String msg, Throwable ex)
      Constructor.
      Parameters:
      msg - Message for the Exception
      ex - root cause