|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.glassfish.ha.store.api.BackingStoreException
public class BackingStoreException
This exception is thrown to signal any BackingStore specific exception.
BackingStore.getCause() can be used to get the actual store
specific exception.
| Constructor Summary | |
|---|---|
BackingStoreException()
Creates a BackingStoreException with null as its detail message. |
|
BackingStoreException(String message)
constructs a BackingStoreException with the specified detail message |
|
BackingStoreException(String message,
Throwable th)
Constructs a new BackingStoreException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) |
|
| Method Summary |
|---|
| 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 |
|---|
public BackingStoreException()
Throwable.initCause(java.lang.Throwable).
public BackingStoreException(String message)
message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.
public BackingStoreException(String message,
Throwable th)
message - the detail message. The detail message is saved forth - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||