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:
    Serialized Form
    • Constructor Detail

      • VersionNotSupportedException

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

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

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

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

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

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