Class WrappedBasicException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrappedBasicException
    extends SaSystemException
    This exception is intended to wrap instances of SaBasicException in order to transport them by rmi without breaking compatibility of existent calls and operations.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SaBasicException getCause()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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

      • WrappedBasicException

        public WrappedBasicException​(SaBasicException cause)
    • Method Detail

      • getCause

        public SaBasicException getCause()
        Overrides:
        getCause in class java.lang.Throwable