org.orange.util
Class BackingStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.orange.util.BackingStoreException

public class BackingStoreException
extends Exception
implements NestedException

This exception is thrown when condition occurred


Constructor Summary
BackingStoreException(Throwable someRootCause)
          Constructs an Exception with a detailed message.
BackingStoreException(String someMessage, Throwable someRootCause)
           
BackingStoreException(String someMessage)
           

Method Summary
 ThrowablegetNestedThrowable()
           
 voidprintStackTrace(PrintStream s)
           
 voidprintStackTrace(PrintWriter w)
           
 StringtoString()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

BackingStoreException

public BackingStoreException(Throwable someRootCause)
Constructs an Exception with a detailed message.
Parameters:
Message The message associated with the exception.

BackingStoreException

public BackingStoreException(String someMessage, Throwable someRootCause)

BackingStoreException

public BackingStoreException(String someMessage)
Method Detail

getNestedThrowable

public Throwable getNestedThrowable()

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace(PrintWriter w)

toString

public String toString()

Association Links

to Class java.lang.Throwable

Dependency Links

to Class java.lang.Exception

to Class org.orange.util.NestedException

to Class java.lang.Throwable

to Class java.lang.String

to Class java.lang.StringBuffer

to Class java.io.PrintStream

to Class org.orange.util.NestedException.Helper

to Class java.io.PrintWriter

to Class Diagram org.orange.util

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>