Package org.xnio.channels
Class UnsupportedOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.xnio.channels.UnsupportedOptionException
- All Implemented Interfaces:
Serializable
An exception that is thrown when an invalid option is specified for a
Configurable.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct aUnsupportedOptionExceptioninstance.UnsupportedOptionException(String message) Construct aUnsupportedOptionExceptioninstance with the given message.UnsupportedOptionException(String message, Throwable cause) Construct aUnsupportedOptionExceptioninstance with the given message and cause.Construct aUnsupportedOptionExceptioninstance with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedOptionException
public UnsupportedOptionException()Construct aUnsupportedOptionExceptioninstance. -
UnsupportedOptionException
Construct aUnsupportedOptionExceptioninstance with the given message.- Parameters:
message- the message
-
UnsupportedOptionException
Construct aUnsupportedOptionExceptioninstance with the given message and cause.- Parameters:
message- the messagecause- the cause
-
UnsupportedOptionException
Construct aUnsupportedOptionExceptioninstance with the given cause.- Parameters:
cause- the cause
-