Package org.jivesoftware.openfire.pubsub
Class NotAcceptableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.pubsub.NotAcceptableException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAcceptableException(String msg, Throwable nestedThrowable) NotAcceptableException(Throwable nestedThrowable) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
NotAcceptableException
public NotAcceptableException() -
NotAcceptableException
-
NotAcceptableException
-
NotAcceptableException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-