Class ConfigurationBaseRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.sap.core.common.exceptions.CoreBaseRuntimeException
-
- de.hybris.platform.sap.core.configuration.exception.ConfigurationBaseRuntimeException
-
- All Implemented Interfaces:
MessageListHolder,java.io.Serializable
public class ConfigurationBaseRuntimeException extends CoreBaseRuntimeException
Core base runtime exception.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseRuntimeException
messageList
-
Fields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID
-
-
Constructor Summary
Constructors Constructor Description ConfigurationBaseRuntimeException()Standard constructor for ConfigurationBaseRuntimeException with no detail message.ConfigurationBaseRuntimeException(java.lang.String message)Standard constructor for ConfigurationBaseRuntimeException with the specified detail message.ConfigurationBaseRuntimeException(java.lang.String message, java.lang.Throwable rootCause)Standard constructor for ConfigurationBaseRuntimeException with the specified detail message and root cause.
-
Method Summary
-
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseRuntimeException
addMessage, clearMessages, getMessageList
-
-
-
-
Constructor Detail
-
ConfigurationBaseRuntimeException
public ConfigurationBaseRuntimeException()
Standard constructor for ConfigurationBaseRuntimeException with no detail message.
-
ConfigurationBaseRuntimeException
public ConfigurationBaseRuntimeException(java.lang.String message)
Standard constructor for ConfigurationBaseRuntimeException with the specified detail message.- Parameters:
message- the detail message.
-
ConfigurationBaseRuntimeException
public ConfigurationBaseRuntimeException(java.lang.String message, java.lang.Throwable rootCause)Standard constructor for ConfigurationBaseRuntimeException with the specified detail message and root cause.- Parameters:
message- message text.rootCause- exception which causes the exception
-
-