Package de.hybris.platform.jalo
Class JaloInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.jalo.JaloSystemException
de.hybris.platform.jalo.JaloInternalException
- All Implemented Interfaces:
Serializable
Thrown if an internal exception occured in the hybris system.
You should immediatly report this exception to hybris. (support@hybris.de).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaloInternalException(Throwable exception) JaloInternalException(Throwable exception, String message, int vendorCode) Constructor JaloInternalException -
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
-
JaloInternalException
Constructor JaloInternalException- Parameters:
exception-message-vendorCode-
-
JaloInternalException
-