Class VersionNotSupportedException

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

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

    • VersionNotSupportedException

      public VersionNotSupportedException(String aMessage, String aErrorCode)
      Instantiates a new version not supported exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • VersionNotSupportedException

      public VersionNotSupportedException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new version not supported exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • VersionNotSupportedException

      public VersionNotSupportedException(String aMessage, Throwable aCause)
      Instantiates a new version not supported exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • VersionNotSupportedException

      public VersionNotSupportedException(String aMessage)
      Instantiates a new version not supported exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • VersionNotSupportedException

      public VersionNotSupportedException(Throwable aCause, String aErrorCode)
      Instantiates a new version not supported exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • VersionNotSupportedException

      public VersionNotSupportedException(Throwable aCause)
      Instantiates a new version not supported exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.