Class MarshalException

    • Constructor Detail

      • MarshalException

        public MarshalException​(String aMessage)
        Instantiates a new marshal exception.
        Parameters:
        aMessage - the message
      • MarshalException

        public MarshalException​(String message,
                                Throwable cause)
        Instantiates a new marshal exception.
        Parameters:
        message - the message
        cause - the cause
      • MarshalException

        public MarshalException​(Throwable cause)
        Instantiates a new marshal exception.
        Parameters:
        cause - the cause
      • MarshalException

        public MarshalException​(String aMessage,
                                String aErrorCode)
        Instantiates a new marshal exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • MarshalException

        public MarshalException​(String aMessage,
                                Throwable aCause,
                                String aErrorCode)
        Instantiates a new marshal exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • MarshalException

        public MarshalException​(Throwable aCause,
                                String aErrorCode)
        Instantiates a new marshal exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code