org.jasig.portal.security
Class PortalSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.portal.PortalException
              extended by org.jasig.portal.security.PortalSecurityException
All Implemented Interfaces:
java.io.Serializable

public class PortalSecurityException
extends PortalException

An exception representing a Portal security problem.

Version:
$Revision: 1.9 $ $Date: 2005/03/07 20:09:06 $
Author:
Andrew Newman, newman-andy@yale.edu
See Also:
Serialized Form

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

PortalSecurityException

public PortalSecurityException()
Deprecated. instead use a more informative constructor

Instantiate a bare PortalSecurityException.


PortalSecurityException

public PortalSecurityException(java.lang.Throwable cause)
Instantiate a PortalSecurityException with the given cause.

Parameters:
cause - Throwable that caused the error condition

PortalSecurityException

public PortalSecurityException(java.lang.String message)
Instantiate a PortalSecurityException with the given message.

Parameters:
message - information about the error condition

PortalSecurityException

public PortalSecurityException(java.lang.String message,
                               java.lang.Throwable cause)
Instantiate a PortalSecurityException with the given message and underlying cause

Parameters:
message - information about the error condition
cause - underlying cause of error condition