Class MultiStatusException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class MultiStatusException extends HttpStatusException
The Class MultiStatusException.
See Also:
  • Constructor Details

    • MultiStatusException

      public MultiStatusException(String aMessage, String aErrorCode)
      Instantiates a new multi status exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • MultiStatusException

      public MultiStatusException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new multi status exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • MultiStatusException

      public MultiStatusException(String aMessage, Throwable aCause)
      Instantiates a new multi status exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • MultiStatusException

      public MultiStatusException(String aMessage)
      Instantiates a new multi status exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • MultiStatusException

      public MultiStatusException(Throwable aCause, String aErrorCode)
      Instantiates a new multi status exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • MultiStatusException

      public MultiStatusException(Throwable aCause)
      Instantiates a new multi status exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.