com.ibm.websphere.wsba
Class BASystemException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.wsba.BASystemException
All implemented interfaces:
java.io.Serializable
- public class BASystemException
- extends java.lang.RuntimeException
See Also:
Constructor Summary
Constructor and Description |
---|
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)