Package com.adobe.aco.error
Class ConfigurationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.adobe.aco.error.CommerceSdkError
-
- com.adobe.aco.error.ConfigurationError
-
- All Implemented Interfaces:
Serializable
public class ConfigurationError extends CommerceSdkError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationError(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class com.adobe.aco.error.CommerceSdkError
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ConfigurationError
public ConfigurationError(String message)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classCommerceSdkError
-
-