IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.wsba
Class BASystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.websphere.wsba.BASystemException
All Implemented Interfaces:
java.io.Serializable

public class BASystemException
extends java.lang.RuntimeException

This exception may be thrown by WS-BA methods when an unexpected and unrecoverable error is encountered.

See Also:
Serialized Form

Constructor Summary
BASystemException()
           
BASystemException(java.lang.String message)
           
BASystemException(java.lang.String message, java.lang.Throwable cause)
           
BASystemException(java.lang.Throwable t)
           
 
Method Summary
 
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

BASystemException

public BASystemException()

BASystemException

public BASystemException(java.lang.Throwable t)

BASystemException

public BASystemException(java.lang.String message)

BASystemException

public BASystemException(java.lang.String message,
                         java.lang.Throwable cause)

IBM WebSphere Application ServerTM
Release 7