org.avis.client
Class ConnectionOptionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.