jPOS 1.6.5 API Documentation

org.jpos.space
Class SpaceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.jpos.space.SpaceError
All Implemented Interfaces:
java.io.Serializable

public class SpaceError
extends java.lang.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: 2706 $ $Date: 2009-03-05 03:24:43 -0800 (Thu, 05 Mar 2009) $
Author:
Alejandro Revilla
See Also:
Serialized Form

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

SpaceError

public SpaceError()

SpaceError

public SpaceError(java.lang.String message)

SpaceError

public SpaceError(java.lang.String message,
                  java.lang.Throwable cause)

SpaceError

public SpaceError(java.lang.Throwable cause)

jPOS.org