Class NotAcceptableException

  • All Implemented Interfaces:
    Serializable

    public class NotAcceptableException
    extends Exception
    Exception used for representing that the specified node configuration is not acceptable. A not acceptable error could occur if owner tries to leave the node without owners. A 406 error code is returned to the user that requested the invalid operation.
    Author:
    Matt Tucker
    See Also:
    Serialized Form
    • Constructor Detail

      • NotAcceptableException

        public NotAcceptableException()
      • NotAcceptableException

        public NotAcceptableException​(String msg)
      • NotAcceptableException

        public NotAcceptableException​(Throwable nestedThrowable)
      • NotAcceptableException

        public NotAcceptableException​(String msg,
                                      Throwable nestedThrowable)