org.jasig.portal.security
Class PortalSecurityException

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

public class PortalSecurityException
extends PortalException

An exception representing a Portal security problem.

Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
Andrew Newman, newman-andy@yale.edu
See Also:
Serialized Form

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

PortalSecurityException

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

Parameters:
cause - Throwable that caused the error condition

PortalSecurityException

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

Parameters:
message - information about the error condition

PortalSecurityException

public PortalSecurityException(String message,
                               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


Copyright © 2010 Jasig. All Rights Reserved.