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 aUnsupportedOptionException
instance.UnsupportedOptionException
(String message) Construct aUnsupportedOptionException
instance with the given message.UnsupportedOptionException
(String message, Throwable cause) Construct aUnsupportedOptionException
instance with the given message and cause.Construct aUnsupportedOptionException
instance 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 aUnsupportedOptionException
instance. -
UnsupportedOptionException
Construct aUnsupportedOptionException
instance with the given message.- Parameters:
message
- the message
-
UnsupportedOptionException
Construct aUnsupportedOptionException
instance with the given message and cause.- Parameters:
message
- the messagecause
- the cause
-
UnsupportedOptionException
Construct aUnsupportedOptionException
instance with the given cause.- Parameters:
cause
- the cause
-