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:
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

Constructor Summary
SpaceError()
           
SpaceError(String message)
           
SpaceError(String message, Throwable cause)
           
SpaceError(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.