- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.xnio.channels.UnsupportedOptionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedOptionException extends java.lang.IllegalArgumentException
An exception that is thrown when an invalid option is specified for aConfigurable
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedOptionException()
Construct aUnsupportedOptionException
instance.UnsupportedOptionException(java.lang.String message)
Construct aUnsupportedOptionException
instance with the given message.UnsupportedOptionException(java.lang.String message, java.lang.Throwable cause)
Construct aUnsupportedOptionException
instance with the given message and cause.UnsupportedOptionException(java.lang.Throwable cause)
Construct aUnsupportedOptionException
instance with the given cause.
-
-
-
Constructor Detail
-
UnsupportedOptionException
public UnsupportedOptionException()
Construct aUnsupportedOptionException
instance.
-
UnsupportedOptionException
public UnsupportedOptionException(java.lang.String message)
Construct aUnsupportedOptionException
instance with the given message.- Parameters:
message
- the message
-
UnsupportedOptionException
public UnsupportedOptionException(java.lang.String message, java.lang.Throwable cause)
Construct aUnsupportedOptionException
instance with the given message and cause.- Parameters:
message
- the messagecause
- the cause
-
UnsupportedOptionException
public UnsupportedOptionException(java.lang.Throwable cause)
Construct aUnsupportedOptionException
instance with the given cause.- Parameters:
cause
- the cause
-
-