IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.bean
Class BTTSAEException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.btt.server.bean.BTTSAEException
All Implemented Interfaces:
java.io.Serializable

public class BTTSAEException
extends java.lang.Exception

The BTTSAEException class is the base class from where all the exceptions raised by the framework are inherited. It includes the severity of the exception, the code, and the invoking class and method names.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
BTTSAEException(java.lang.String aSeverity, java.lang.String aErrorCode, java.lang.String aMessage)
          This constructor creates the BTTBPException object that initializes the following attributes.
 
Method Summary
 java.lang.String getErrorCode()
          Returns the value of code.
 java.lang.String getSeverity()
          Gets the value of severity.
 void setErrorCode(java.lang.String aErrorCode)
          Sets the value of code.
 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
 

Constructor Detail

BTTSAEException

public BTTSAEException(java.lang.String aSeverity,
                       java.lang.String aErrorCode,
                       java.lang.String aMessage)
This constructor creates the BTTBPException object that initializes the following attributes.

Parameters:
aSeverity - java.lang.String
aErrorCode - java.lang.String
aMessage - java.lang.String
Method Detail

getErrorCode

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

Returns:
java.lang.String

getSeverity

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

Returns:
java.lang.String

setErrorCode

public void setErrorCode(java.lang.String aErrorCode)
Sets the value of code.

Parameters:
aErrorCode - java.lang.String

setSeverity

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

Parameters:
aSeverity - java.lang.String

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005