Package de.hybris.platform.persistence
Class EJBInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.jalo.JaloSystemException
de.hybris.platform.persistence.EJBInternalException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an internal exception occured in the ejb layer.
This exception should only be thrown if you are sure something went wrong which must not happen. it must definitly a bug in the hybris platform if this exception is thrown.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEJBInternalException(Exception exception) EJBInternalException(Exception exception, String message, int vendorCode) -
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
-
EJBInternalException
-
EJBInternalException
-