org.jasig.portal
Class InternalPortalException
java.lang.Object
java.lang.Throwable
org.jasig.portal.InternalPortalException
- All Implemented Interfaces:
- Serializable
public class InternalPortalException
- extends Throwable
A serious internal portal exception.
- Version:
- $Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
- Author:
- Peter Kharchenko
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalPortalException
public InternalPortalException(Throwable cause)
- Instantiate an InternalPortalException wrapper around the given
Throwable.
- Parameters:
cause - - a Throwable to be wrapped
Copyright © 2010 Jasig. All Rights Reserved.