Class SpaceError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jpos.space.SpaceError
- All Implemented Interfaces:
Serializable
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.
- Since:
- 1.4.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceError(String message) SpaceError(String message, Throwable cause) SpaceError(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpaceError
public SpaceError() -
SpaceError
-
SpaceError
-
SpaceError
-