org.eclipse.higgins.idas.api
Class UnhandledExtensionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.idas.api.IdASException
              extended byorg.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)
           
 
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)