com.ebasetech.ufs.utility
Class PersistenceRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ebasetech.ufs.utility.PersistenceRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class PersistenceRuntimeException
extends java.lang.RuntimeException

Persistence specific exception class. This is to be thrown in situations were there is some completely unrecoverable error.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PersistenceRuntimeException()
          Constructs a new persistence runtime exception with null as its detail message.
PersistenceRuntimeException(java.lang.String message)
          Constructs a new persistence runtime exception with the specified detail message.
PersistenceRuntimeException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new persistence runtime exception with the specified detail message and cause.
PersistenceRuntimeException(java.lang.Throwable cause)
          Constructs a new persistence runtime exception with the specified cause.
 
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

PersistenceRuntimeException

public PersistenceRuntimeException(java.lang.String message)
Constructs a new persistence runtime exception with the specified detail message.


PersistenceRuntimeException

public PersistenceRuntimeException(java.lang.Throwable cause)
Constructs a new persistence runtime exception with the specified cause.


PersistenceRuntimeException

public PersistenceRuntimeException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructs a new persistence runtime exception with the specified detail message and cause.


PersistenceRuntimeException

public PersistenceRuntimeException()
Constructs a new persistence runtime exception with null as its detail message.