Class 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
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
      • SpaceError

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

        public SpaceError​(java.lang.Throwable cause)