org.pentaho.platform.api.repository.datasource
Class DuplicateDatasourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.api.util.PentahoCheckedChainedException
              extended by org.pentaho.platform.api.repository.datasource.DuplicateDatasourceException
All Implemented Interfaces:
Serializable

public class DuplicateDatasourceException
extends PentahoCheckedChainedException

See Also:
Serialized Form

Constructor Summary
DuplicateDatasourceException()
           
DuplicateDatasourceException(String msg)
           
DuplicateDatasourceException(String message, Throwable reas)
           
DuplicateDatasourceException(Throwable reas)
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.api.util.PentahoCheckedChainedException
getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateDatasourceException

public DuplicateDatasourceException()

DuplicateDatasourceException

public DuplicateDatasourceException(String msg)

DuplicateDatasourceException

public DuplicateDatasourceException(String message,
                                    Throwable reas)
Parameters:
message -
reas -

DuplicateDatasourceException

public DuplicateDatasourceException(Throwable reas)
Parameters:
reas -