org.jasig.portal
Class InternalPortalException

java.lang.Object
  extended by java.lang.Throwable
      extended by 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

Constructor Summary
InternalPortalException(Throwable cause)
          Instantiate an InternalPortalException wrapper around the given Throwable.
 
Method Summary
 
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

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.