com.esri.aims.mtier.io
Class ConnectionParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
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

ConnectionParameterException

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