Class DestinationChangedRuntimeException
- 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.jco.exceptions.BackendRuntimeException
-
- de.hybris.platform.sap.core.jco.exceptions.DestinationChangedRuntimeException
-
- All Implemented Interfaces:
MessageListHolder,java.io.Serializable
public class DestinationChangedRuntimeException extends BackendRuntimeException
Exception is thrown in case of administrator changes destination data in hmc/backoffice.
Jco runtime invalidates all current used destinations. Subsequent access to an invalidated destination throws a specific jco exception, which is transformed in a DestinationChangedRuntimeException.- 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 DestinationChangedRuntimeException()DestinationChangedRuntimeException(java.lang.String msg)DestinationChangedRuntimeException(java.lang.String msg, java.lang.Throwable ex)
-
Method Summary
-
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseRuntimeException
addMessage, clearMessages, getMessageList
-
-
-
-
Constructor Detail
-
DestinationChangedRuntimeException
public DestinationChangedRuntimeException()
-
DestinationChangedRuntimeException
public DestinationChangedRuntimeException(java.lang.String msg, java.lang.Throwable ex)
-
DestinationChangedRuntimeException
public DestinationChangedRuntimeException(java.lang.String msg)
-
-