Package com.saperion.exception
Class SaperionConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.exception.SaBasicException
-
- com.saperion.exception.SaperionConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaperionConfigurationException extends SaBasicException
This exception indicates that the saperion system is not configured to handle the method call properly.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaperionConfigurationException(java.lang.String s)
SaperionConfigurationException(java.lang.String s, java.lang.Throwable cause)
-