Package com.saperion.exception
Class WrappedBasicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.exception.SaBasicException
-
- com.saperion.exception.SaSystemException
-
- com.saperion.exception.WrappedBasicException
-
- All Implemented Interfaces:
java.io.Serializable
public class WrappedBasicException extends SaSystemException
This exception is intended to wrap instances ofSaBasicException
in order to transport them by rmi without breaking compatibility of existent calls andoperations
.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedBasicException(SaBasicException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaBasicException
getCause()
-
-
-
Constructor Detail
-
WrappedBasicException
public WrappedBasicException(SaBasicException cause)
-
-
Method Detail
-
getCause
public SaBasicException getCause()
- Overrides:
getCause
in classjava.lang.Throwable
-
-