Package de.hybris.platform.jalo
Class JaloSystemNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.jalo.JaloSystemException
de.hybris.platform.jalo.JaloSystemNotInitializedException
- All Implemented Interfaces:
Serializable
Thrown if the system was not properly initialized and therefore could not be accessed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaloSystemNotInitializedException(Throwable exception, String message, int vendorCode) Constructor JaloSystemNotInitializedException -
Method Summary
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JaloSystemNotInitializedException
Constructor JaloSystemNotInitializedException- Parameters:
exception-message-vendorCode-
-