|
SPT Object Database API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sptci.prevayler.PrevalentException
public class PrevalentException
A custom exception used to indicate errors while interacting with the prevalent system.
Copyright 2008, Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
PrevalentException()
Default constructor. |
|
PrevalentException(String message)
Create a new exception with the specified message. |
|
PrevalentException(String message,
Throwable throwable)
Create a new exception with the specified message and instance of Throwable that caused the problem. |
|
PrevalentException(Throwable throwable)
Create a new exception with instance of Throwable
that caused the problem. |
|
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public PrevalentException()
null
message.
public PrevalentException(String message)
message - The message that describes the problem.public PrevalentException(Throwable throwable)
Throwable
that caused the problem.
throwable - The exception that caused this instance of the exception
to be thrown.
public PrevalentException(String message,
Throwable throwable)
Throwable that caused the problem.
message - The message that describes the problem.throwable - The exception that caused this instance of the exception
to be thrown.
|
SPT Object Database API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||