org.avis.client
Class ConnectionOptionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.avis.client.ConnectionOptionsException
All Implemented Interfaces:
Serializable

public class ConnectionOptionsException
extends IOException

Thrown when the Elvin client receives a rejection of one or more requested connection options.

Author:
Matthew Phillips
See Also:
Serialized Form

Field Summary
 ConnectionOptions options
          The requested options
 Map<String,Object> rejectedOptions
          The rejected options and the actual value that the server will use.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

options

public final ConnectionOptions options
The requested options


rejectedOptions

public final Map<String,Object> rejectedOptions
The rejected options and the actual value that the server will use.



Copyright © 2008 Matthew Phillips. All Rights Reserved.