com.dynamide
Class ApplicationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dynamide.DynamideException
              extended by com.dynamide.ApplicationNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationNotFoundException
extends DynamideException

See Also:
Serialized Form

Constructor Summary
ApplicationNotFoundException(java.lang.String message)
           
ApplicationNotFoundException(java.lang.String uri, java.lang.String message)
           
ApplicationNotFoundException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getURI()
           
 void setURI(java.lang.String new_value)
           
 
Methods inherited from class com.dynamide.DynamideException
getCause, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ApplicationNotFoundException

public ApplicationNotFoundException(java.lang.String uri,
                                    java.lang.String message)

ApplicationNotFoundException

public ApplicationNotFoundException(java.lang.String message)

ApplicationNotFoundException

public ApplicationNotFoundException(java.lang.Throwable t)
Method Detail

getURI

public java.lang.String getURI()

setURI

public void setURI(java.lang.String new_value)


Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.