Class VersionNotSupportedRuntimeException

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

public class VersionNotSupportedRuntimeException extends HttpStatusRuntimeException
The Class VersionNotSupportedRuntimeException.
See Also:
  • Constructor Details

    • VersionNotSupportedRuntimeException

      public VersionNotSupportedRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new version not supported runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • VersionNotSupportedRuntimeException

      public VersionNotSupportedRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new version not supported runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • VersionNotSupportedRuntimeException

      public VersionNotSupportedRuntimeException(String message, Throwable cause)
      Instantiates a new version not supported runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • VersionNotSupportedRuntimeException

      public VersionNotSupportedRuntimeException(String message)
      Instantiates a new version not supported runtime exception.
      Parameters:
      message - the message
    • VersionNotSupportedRuntimeException

      public VersionNotSupportedRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new version not supported runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • VersionNotSupportedRuntimeException

      public VersionNotSupportedRuntimeException(Throwable cause)
      Instantiates a new version not supported runtime exception.
      Parameters:
      cause - the cause