org.jpos.space
Class SpaceError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jpos.space.SpaceError
- All Implemented Interfaces:
- Serializable
public class SpaceError
- extends Error
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
- Version:
- $Revision$ $Date$
- Author:
- Alejandro Revilla
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpaceError
public SpaceError()
SpaceError
public SpaceError(String message)
SpaceError
public SpaceError(String message,
Throwable cause)
SpaceError
public SpaceError(Throwable cause)
Copyright © 1998-2012 jPOS.org. All Rights Reserved.