com.autonomy.aci.exceptions
Class ChildNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.DiSHException
                  extended bycom.autonomy.aci.exceptions.ChildNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ChildNotFoundException
extends DiSHException

Indicates that DiSH could not perform an action on a child service as that child is not configured in DiSH.

See Also:
Serialized Form

Constructor Summary
ChildNotFoundException()
           
ChildNotFoundException(java.lang.String sChildName)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setChildName(java.lang.String sChildName)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildNotFoundException

public ChildNotFoundException()

ChildNotFoundException

public ChildNotFoundException(java.lang.String sChildName)
Method Detail

setChildName

public void setChildName(java.lang.String sChildName)

getMessage

public java.lang.String getMessage()