com.ibm.btt.base
Class DSEInternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.btt.base.DSEException
com.ibm.btt.base.DSEInternalErrorException
- All Implemented Interfaces:
- java.io.Serializable
public class DSEInternalErrorException
- extends DSEException
The DSEInternalErrorException class provides an internal error exception,
which is raised by the framework when a critical error is found. The
exception is usually caused by inconsistencies during the installation process
or unexpected behaviors.
- See Also:
- Serialized Form
Constructor Summary |
DSEInternalErrorException()
|
DSEInternalErrorException(java.lang.String message)
|
DSEInternalErrorException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
|
DSEInternalErrorException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code)
|
DSEInternalErrorException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code,
java.lang.Throwable error)
|
DSEInternalErrorException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage,
java.lang.Throwable error)
|
DSEInternalErrorException(java.lang.String message,
java.lang.Throwable cause)
|
DSEInternalErrorException(java.lang.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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DSEInternalErrorException
public DSEInternalErrorException()
DSEInternalErrorException
public DSEInternalErrorException(java.lang.String message)
- Parameters:
message
-
DSEInternalErrorException
public DSEInternalErrorException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
- Parameters:
aSeverity
- aCode
- aMessage
-
DSEInternalErrorException
public DSEInternalErrorException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code)
- Parameters:
severity
- throwingClassName
- throwingMethodName
- code
-
DSEInternalErrorException
public DSEInternalErrorException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code,
java.lang.Throwable error)
- Parameters:
severity
- throwingClassName
- throwingMethodName
- code
- error
-
DSEInternalErrorException
public DSEInternalErrorException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage,
java.lang.Throwable error)
- Parameters:
aSeverity
- aCode
- aMessage
- error
-
DSEInternalErrorException
public DSEInternalErrorException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
DSEInternalErrorException
public DSEInternalErrorException(java.lang.Throwable cause)
- Parameters:
cause
-
(c) Copyright IBM Corporation 1998, 2009