XNIO API 2.0.0.GA

org.jboss.xnio.channels
Class UnsupportedOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.jboss.xnio.channels.UnsupportedOptionException
All Implemented Interfaces:
java.io.Serializable

public final class UnsupportedOptionException
extends java.lang.IllegalArgumentException

An exception that is thrown when an invalid option is specified for a Configurable.

See Also:
Serialized Form

Constructor Summary
UnsupportedOptionException()
          Construct a UnsupportedOptionException instance.
UnsupportedOptionException(java.lang.String message)
          Construct a UnsupportedOptionException instance with the given message.
UnsupportedOptionException(java.lang.String message, java.lang.Throwable cause)
          Construct a UnsupportedOptionException instance with the given message and cause.
UnsupportedOptionException(java.lang.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

UnsupportedOptionException

public UnsupportedOptionException()
Construct a UnsupportedOptionException instance.


UnsupportedOptionException

public UnsupportedOptionException(java.lang.String message)
Construct a UnsupportedOptionException instance with the given message.

Parameters:
message - the message

UnsupportedOptionException

public UnsupportedOptionException(java.lang.String message,
                                  java.lang.Throwable cause)
Construct a UnsupportedOptionException instance with the given message and cause.

Parameters:
message - the message
cause - the cause

UnsupportedOptionException

public UnsupportedOptionException(java.lang.Throwable cause)
Construct a UnsupportedOptionException instance with the given cause.

Parameters:
cause - the cause

XNIO API 2.0.0.GA

Copyright © 2009 JBoss, a division of Red Hat, Inc.