com.autonomy.aci.exceptions
Class ProfileNotFoundException

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

public class ProfileNotFoundException
extends IDOLException

Indicates that IDOL refused to process an action because the specified profile does not have an entry on IDOL.

See Also:
Serialized Form

Constructor Summary
ProfileNotFoundException(java.lang.String sProfilename)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setProfilename(java.lang.String sProfilename)
           
 
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

ProfileNotFoundException

public ProfileNotFoundException(java.lang.String sProfilename)
Method Detail

setProfilename

public void setProfilename(java.lang.String sProfilename)

getMessage

public java.lang.String getMessage()