|
Servertec Persistent Object Store 1.4.1 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
stec.pos.POSRuntimeException
public class POSRuntimeException
Defines a general exception wrapper that Servertec Persistent Object Stores and Indexes can throw to preserve the original exception or error.
RuntimeException,
Serialized Form| Constructor Summary | |
|---|---|
POSRuntimeException()
Constructs a new POS runtime throwable. |
|
POSRuntimeException(java.lang.String message)
Constructs a new POS runtime exception associated with the specified message. |
|
POSRuntimeException(java.lang.Throwable throwable)
Constructs a new POS runtime exception wrapping the specified exception or error. |
|
POSRuntimeException(java.lang.Throwable throwable,
java.lang.String message)
Constructs a new POS runtime exception wrapping the specified exception or error and associated message. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the wrapped exception or error. |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public POSRuntimeException()
public POSRuntimeException(java.lang.Throwable throwable)
throwable - the exception or error.public POSRuntimeException(java.lang.String message)
message - the text message to associate with this exception.
public POSRuntimeException(java.lang.Throwable throwable,
java.lang.String message)
throwable - the exception or error.message - the text message to associate with the exception or error.| Method Detail |
|---|
public java.lang.Throwable getRootCause()
|
Servertec Persistent Object Store 1.4.1 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2001-2005 Servertec. All rights reserved.