IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class DSERuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.btt.base.DSERuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BTTInvokerDefinitionErrorException, BTTInvokerInstantiationException, BTTInvokerNotConfiguredException, BTTInvokerRuntimeException, BTTInvokerTimeOutException, ContextCreateException, DSEFunctionNotSupportedException, DSESQLException, FormatException, ObjectNotFoundException

public class DSERuntimeException
extends java.lang.RuntimeException

The DSERuntimeException class is the base class from where all the runtime exceptions raised by the framework are inherited. The DSERuntimeException is extended from java RuntimeException that can be throw and handle by JVM automatically. For the exception that developer does not wish to be handled by other component, this DSERuntimeException can be used.

See Also:
Serialized Form

Field Summary
static java.lang.String critical
           
static java.lang.String harmless
           
 
Constructor Summary
DSERuntimeException()
           
DSERuntimeException(java.lang.String message)
           
DSERuntimeException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          This constructor creates the DSEException object that initializes the following attributes.
DSERuntimeException(java.lang.String severity, java.lang.String throwingClassName, java.lang.String throwingMethodName, java.lang.String code)
           
DSERuntimeException(java.lang.String severity, java.lang.String throwingClassName, java.lang.String throwingMethodName, java.lang.String code, java.lang.Throwable error)
           
DSERuntimeException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage, java.lang.Throwable error)
          This constructor creates the DSEException object that initializes the following attributes.
DSERuntimeException(java.lang.String message, java.lang.Throwable cause)
           
DSERuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getClassName()
          Returns the name of the class that generates the exception.
 java.lang.String getCode()
          Returns the value of code.
 java.lang.String getMethodName()
          Returns the name of the method that generates the exception.
 java.lang.String getSeverity()
          Gets the value of severity.
 void setClassName(java.lang.String aClassName)
          Sets the name of the class that generates the exception.
 void setCode(java.lang.String aCode)
          Sets the value of code.
 void setMethodName(java.lang.String aMethodName)
          Sets the name of the method that generates the exception.
 void setSeverity(java.lang.String aSeverity)
          Sets the value of severity.
 
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
 

Field Detail

harmless

public static java.lang.String harmless

critical

public static java.lang.String critical
Constructor Detail

DSERuntimeException

public DSERuntimeException()

DSERuntimeException

public DSERuntimeException(java.lang.String message)
Parameters:
message -

DSERuntimeException

public DSERuntimeException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -

DSERuntimeException

public DSERuntimeException(java.lang.Throwable cause)
Parameters:
cause -

DSERuntimeException

public DSERuntimeException(java.lang.String severity,
                           java.lang.String throwingClassName,
                           java.lang.String throwingMethodName,
                           java.lang.String code)
Parameters:
severity -
throwingClassName -
throwingMethodName -
code -

DSERuntimeException

public DSERuntimeException(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 -

DSERuntimeException

public DSERuntimeException(java.lang.String aSeverity,
                           java.lang.String aCode,
                           java.lang.String aMessage)
This constructor creates the DSEException object that initializes the following attributes.

Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String

DSERuntimeException

public DSERuntimeException(java.lang.String aSeverity,
                           java.lang.String aCode,
                           java.lang.String aMessage,
                           java.lang.Throwable error)
This constructor creates the DSEException object that initializes the following attributes.

Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String
error - Throwable
Method Detail

getClassName

public java.lang.String getClassName()
Returns the name of the class that generates the exception.

Returns:
java.lang.String

getCode

public java.lang.String getCode()
Returns the value of code.

Returns:
java.lang.String

getMethodName

public java.lang.String getMethodName()
Returns the name of the method that generates the exception.

Returns:
java.lang.String

getSeverity

public java.lang.String getSeverity()
Gets the value of severity.

Returns:
java.lang.String

setClassName

public void setClassName(java.lang.String aClassName)
Sets the name of the class that generates the exception.

Parameters:
aClassName - java.lang.String

setCode

public void setCode(java.lang.String aCode)
Sets the value of code.

Parameters:
aCode - java.lang.String

setMethodName

public void setMethodName(java.lang.String aMethodName)
Sets the name of the method that generates the exception.

Parameters:
aMethodName - java.lang.String

setSeverity

public void setSeverity(java.lang.String aSeverity)
Sets the value of severity.

Parameters:
aSeverity - java.lang.String

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009