Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.roller
Class RollerException  view RollerException download RollerException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.roller.RollerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RollerDatastoreException

public class RollerException
extends java.lang.Exception

Genertic RollerException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.Throwable mRootCause
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RollerException()
           
RollerException(java.lang.String s)
           
RollerException(java.lang.String s, java.lang.Throwable t)
           
RollerException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
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
 

Field Detail

mRootCause

private java.lang.Throwable mRootCause
Constructor Detail

RollerException

public RollerException(java.lang.String s,
                       java.lang.Throwable t)

RollerException

public RollerException(java.lang.Throwable t)

RollerException

public RollerException(java.lang.String s)

RollerException

public RollerException()
Method Detail

getRootCause

public java.lang.Throwable getRootCause()