com.esri.aims.mtier.io
Class ConnectionParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.esri.aims.mtier.io.ConnectionParameterException
All Implemented Interfaces:
Serializable

public class ConnectionParameterException
extends Exception

Thrown when the parameters used to initialize a MetadataConnectionProxy contain errors.

See Also:
Serialized Form

Constructor Summary
ConnectionParameterException(String message)
          Constructs a new ConnectionParameterException with given message string.
 
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

ConnectionParameterException

public ConnectionParameterException(String message)
Constructs a new ConnectionParameterException with given message string.