|
jPOS 1.6.5 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.jpos.space.SpaceError
public class SpaceError
org.jpos.space.Space operations do not declare any checked exceptions. Persistent space implementations can raise some exceptions that are wrapped around this unchecked SpaceError that we recommend to catch.
| Constructor Summary | |
|---|---|
SpaceError()
|
|
SpaceError(java.lang.String message)
|
|
SpaceError(java.lang.String message,
java.lang.Throwable cause)
|
|
SpaceError(java.lang.Throwable cause)
|
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpaceError()
public SpaceError(java.lang.String message)
public SpaceError(java.lang.String message,
java.lang.Throwable cause)
public SpaceError(java.lang.Throwable cause)
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||