com.adobe.idp.applicationmanager.application
Class DuplicateApplicationException

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.DuplicateApplicationException
All Implemented Interfaces:
java.io.Serializable

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

An exception indicating that a duplicate application was found.

See Also:
Serialized Form

Constructor Summary
DuplicateApplicationException(java.lang.String msg)
          Constructor that uses a message to be displayed.
DuplicateApplicationException(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

DuplicateApplicationException

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

Parameters:
throwable - The throwable exception.

DuplicateApplicationException

public DuplicateApplicationException(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]