com.iplanet.jato.util
Interface RootCauseException
- All Known Implementing Classes:
- JspWrapperException, WrapperException, WrapperRuntimeException
- public interface RootCauseException
An Exception
type will implement this interface when its existence is elicited by
another root cause exception for which this interface provides an accessor to.
- Version:
- JATO/1.2.2 $Id: RootCauseException.java,v 1.6 2002/03/16 03:26:38 todd Exp $
Method Summary |
java.lang.Throwable |
getRootCause()
Accessor for the 'root cause' exception which is the primary event
or driver of this exception. |
getRootCause
public java.lang.Throwable getRootCause()
- Accessor for the 'root cause' exception which is the primary event
or driver of this exception.
- Returns:
- encapsulated exception which is the 'root' or primary cause