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