|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jasig.portal.PortalException
org.jasig.portal.security.PortalSecurityException
public class PortalSecurityException
An exception representing a Portal security problem.
Constructor Summary | |
---|---|
PortalSecurityException()
Deprecated. instead use a more informative constructor |
|
PortalSecurityException(java.lang.String message)
Instantiate a PortalSecurityException with the given message. |
|
PortalSecurityException(java.lang.String message,
java.lang.Throwable cause)
Instantiate a PortalSecurityException with the given message and underlying cause |
|
PortalSecurityException(java.lang.Throwable cause)
Instantiate a PortalSecurityException with the given cause. |
Method Summary |
---|
Methods inherited from class org.jasig.portal.PortalException |
---|
allowRefresh, allowReinstantiation, getErrorID, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRecordedException, setRefreshable, setReinstantiable |
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 PortalSecurityException()
public PortalSecurityException(java.lang.Throwable cause)
cause
- Throwable that caused the error conditionpublic PortalSecurityException(java.lang.String message)
message
- information about the error conditionpublic PortalSecurityException(java.lang.String message, java.lang.Throwable cause)
message
- information about the error conditioncause
- underlying cause of error condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |