org.eclipse.stardust.common.error
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.InternalException
All Implemented Interfaces:
Serializable

public class InternalException
extends ApplicationException

See Also:
Serialized Form

Constructor Summary
InternalException(String message)
           
InternalException(String message, Throwable e)
          This constructor is used for exception conversion.
InternalException(Throwable e)
          This constructor is used for exception conversion.
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.common.error.ApplicationException
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

InternalException

public InternalException(String message)

InternalException

public InternalException(Throwable e)
This constructor is used for exception conversion.


InternalException

public InternalException(String message,
                         Throwable e)
This constructor is used for exception conversion.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.