|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.ac.exception
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.ac.exception.AccessControlException
com.ibm.portal.ac.exception.SystemException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class SystemException
- extends AccessControlException
This exception is thrown if an operation failed due to system resource problems, e.g.
because of a JDBC or database exception.
- Since:
- 6.1.0.3
- See Also:
- Serialized Form
Constructor Summary
|
protected |
SystemException()
empty constructor. |
protected |
SystemException(java.lang.Throwable cause)
constructor that takes another throwable as 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 |
SystemException
protected SystemException()
- empty constructor.
SystemException
protected SystemException(java.lang.Throwable cause)
- constructor that takes another throwable as cause.
- Parameters:
- cause - the original throwable that caused this exception
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |