org.jasig.portal
Class InternalPortalException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.jasig.portal.InternalPortalException
All Implemented Interfaces:
java.io.Serializable

public class InternalPortalException
extends java.lang.Throwable

A serious internal portal exception.

Version:
$Revision: 1.6 $ $Date: 2004/10/30 19:57:52 $
Author:
Peter Kharchenko
See Also:
Serialized Form

Constructor Summary
InternalPortalException(java.lang.Throwable cause)
          Instantiate an InternalPortalException wrapper around the given Throwable.
 
Method Summary
 java.lang.Throwable getException()
          Deprecated. use Throwable.getCause() instead
 
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(java.lang.Throwable cause)
Instantiate an InternalPortalException wrapper around the given Throwable.

Parameters:
cause - - a Throwable to be wrapped
Method Detail

getException

public java.lang.Throwable getException()
Deprecated. use Throwable.getCause() instead

Delegates to getCause().

Returns:
underlying cause