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:
java.io.Serializable
public class JaloInternalException extends JaloSystemException
Thrown if an internal exception occured in the hybris system.You should immediatly report this exception to hybris. (support@hybris.de).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaloInternalException(java.lang.Throwable exception)JaloInternalException(java.lang.Throwable exception, java.lang.String message, int vendorCode)Constructor JaloInternalException
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toString
-
-
-
-
Constructor Detail
-
JaloInternalException
public JaloInternalException(java.lang.Throwable exception, java.lang.String message, int vendorCode)Constructor JaloInternalException- Parameters:
exception-message-vendorCode-
-
JaloInternalException
public JaloInternalException(java.lang.Throwable exception)
-
-