Class BackendOfflineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.core.common.exceptions.CoreBaseException
de.hybris.platform.sap.core.jco.exceptions.BackendException
de.hybris.platform.sap.core.jco.exceptions.BackendCommunicationException
de.hybris.platform.sap.core.jco.exceptions.BackendOfflineException
- All Implemented Interfaces:
MessageListHolder,Serializable
Represents a the exception which occurs once the backend is switched offline (e.g. in RFC destination hmc/backoffice
maintenance).
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
messageListFields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception with a given message. -
Method Summary
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
addMessage, clearMessages, getMessageListMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackendOfflineException
Creates a new exception with a given message.- Parameters:
msg- Message to give further information about the exception
-