com.sun.mdm.index.master
Class ConnectionInvalidException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.master.ConnectionInvalidException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionInvalidException
extends ProcessingException

DataSource Connection error

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ConnectionInvalidException()
          Constructor
ConnectionInvalidException(java.lang.String msg)
          Constructor
ConnectionInvalidException(java.lang.String msg, java.lang.Throwable t)
          Constructor
ConnectionInvalidException(java.lang.Throwable t)
          Constructor
 
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

ConnectionInvalidException

public ConnectionInvalidException()
Constructor


ConnectionInvalidException

public ConnectionInvalidException(java.lang.String msg)
Constructor

Parameters:
msg - Error message

ConnectionInvalidException

public ConnectionInvalidException(java.lang.String msg,
                                  java.lang.Throwable t)
Constructor

Parameters:
msg - Error message
t - Chained exception

ConnectionInvalidException

public ConnectionInvalidException(java.lang.Throwable t)
Constructor

Parameters:
t - Chained exception


Sun Microsystems, Inc.