|
XNIO version 1.2.1.GA | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jboss.xnio.channels.UnsupportedOptionException
public final class UnsupportedOptionException
An exception that is thrown when an invalid option is specified for a Configurable
.
Constructor Summary | |
---|---|
UnsupportedOptionException()
Construct a UnsupportedOptionException instance. |
|
UnsupportedOptionException(String message)
Construct a UnsupportedOptionException instance with the given message. |
|
UnsupportedOptionException(String message,
Throwable cause)
Construct a UnsupportedOptionException instance with the given message and cause. |
|
UnsupportedOptionException(Throwable cause)
Construct a UnsupportedOptionException instance with the given cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedOptionException()
UnsupportedOptionException
instance.
public UnsupportedOptionException(String message)
UnsupportedOptionException
instance with the given message.
message
- the messagepublic UnsupportedOptionException(String message, Throwable cause)
UnsupportedOptionException
instance with the given message and cause.
message
- the messagecause
- the causepublic UnsupportedOptionException(Throwable cause)
UnsupportedOptionException
instance with the given cause.
cause
- the cause
|
XNIO version 1.2.1.GA | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |