uPortal 2.4.1
API Documentation

org.jasig.portal
Class InternalPortalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byorg.jasig.portal.InternalPortalException
All Implemented Interfaces:
java.io.Serializable

public class InternalPortalException
extends java.lang.Throwable

A serious internal portal exception.

Version:
$Revision: 1.4 $
Author:
Peter Kharchenko
See Also:
Serialized Form

Constructor Summary
InternalPortalException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalPortalException

public InternalPortalException(java.lang.Throwable e)
Method Detail

getException

public java.lang.Throwable getException()

uPortal 2.4.1
API Documentation