Class WrappedSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.saperion.connector.exceptions.WrappedSystemException
-
- All Implemented Interfaces:
java.io.Serializable
public class WrappedSystemException extends java.lang.RuntimeException
This runtime exception wraps anSaBasicException
.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedSystemException(SaSystemException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaSystemException
getCause()
-
-
-
Constructor Detail
-
WrappedSystemException
public WrappedSystemException(SaSystemException cause)
-
-
Method Detail
-
getCause
public SaSystemException getCause()
- Overrides:
getCause
in classjava.lang.Throwable
-
-