com.endeca.portal.data.config
Class DataSourceConfigNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.portal.data.config.DataSourceConfigNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DataSourceConfigNotFoundException
extends java.lang.Exception

Thrown when attempting to add or remove a child datasource from a parent that does not exist.

See Also:
Serialized Form

Constructor Summary
DataSourceConfigNotFoundException(java.lang.String message)
          one-arg constructor
DataSourceConfigNotFoundException(java.lang.String message, java.lang.Throwable t)
          two-arg constructor
 
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

DataSourceConfigNotFoundException

public DataSourceConfigNotFoundException(java.lang.String message)
one-arg constructor

Parameters:
message - error message

DataSourceConfigNotFoundException

public DataSourceConfigNotFoundException(java.lang.String message,
                                         java.lang.Throwable t)
two-arg constructor

Parameters:
message - error message
t - inner exception