org.eclipse.higgins.idas.api
Class UnhandledExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.idas.api.IdASException
              extended by org.eclipse.higgins.idas.api.UnhandledExtensionException
All Implemented Interfaces:
Serializable

public class UnhandledExtensionException
extends IdASException

See Also:
Serialized Form

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

Constructor Detail

UnhandledExtensionException

public UnhandledExtensionException()

UnhandledExtensionException

public UnhandledExtensionException(String message)

UnhandledExtensionException

public UnhandledExtensionException(Throwable cause)

UnhandledExtensionException

public UnhandledExtensionException(String message,
                                   Throwable cause)