com.adobe.idp.applicationmanager.application
Class ApplicationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.dsc.DSCException
              extended by com.adobe.idp.applicationmanager.application.ApplicationNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationNotFoundException
extends com.adobe.idp.dsc.DSCException
implements java.io.Serializable

An exception indicating that the specified application was not found.

See Also:
Serialized Form

Constructor Summary
ApplicationNotFoundException(java.lang.String msg)
          Constructor that uses a message to be displayed.
ApplicationNotFoundException(java.lang.Throwable throwable)
          Constructor that uses a throwable exception.
 
Method Summary
 
Methods inherited from class com.adobe.idp.dsc.DSCException
getError, getMessage, getNestedThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationNotFoundException

public ApplicationNotFoundException(java.lang.Throwable throwable)
Constructor that uses a throwable exception.

Parameters:
throwable - The throwable exception.

ApplicationNotFoundException

public ApplicationNotFoundException(java.lang.String msg)
Constructor that uses a message to be displayed.

Parameters:
msg - The message to be displayed.


[an error occurred while processing this directive] [an error occurred while processing this directive]