Class BackendDeterminationRuntimeException

  • All Implemented Interfaces:
    MessageListHolder, java.io.Serializable

    public class BackendDeterminationRuntimeException
    extends BORuntimeException
    Exceptions which is thrown if the backend determination of the business object fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • BackendDeterminationRuntimeException

        public BackendDeterminationRuntimeException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - Message for the Exception
      • BackendDeterminationRuntimeException

        public BackendDeterminationRuntimeException()
        Constructor.
      • BackendDeterminationRuntimeException

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