|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
org.jasig.portal.InternalPortalException
public class InternalPortalException
A serious internal portal exception.
Constructor Summary | |
---|---|
InternalPortalException(java.lang.Throwable cause)
Instantiate an InternalPortalException wrapper around the given Throwable. |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Deprecated. use Throwable.getCause() instead |
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 |
---|
public InternalPortalException(java.lang.Throwable cause)
cause
- - a Throwable to be wrappedMethod Detail |
---|
public java.lang.Throwable getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |