org.pentaho.platform.dataaccess.datasource.wizard.service
Class ConnectionServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.dataaccess.datasource.wizard.service.ConnectionServiceException
All Implemented Interfaces:
Serializable

public class ConnectionServiceException
extends Exception
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConnectionServiceException()
           
ConnectionServiceException(String message)
           
ConnectionServiceException(String message, Throwable cause)
           
ConnectionServiceException(Throwable cause)
           
 
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
 

Constructor Detail

ConnectionServiceException

public ConnectionServiceException()

ConnectionServiceException

public ConnectionServiceException(String message)

ConnectionServiceException

public ConnectionServiceException(Throwable cause)

ConnectionServiceException

public ConnectionServiceException(String message,
                                  Throwable cause)