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:
java.io.Serializable
public class EJBInternalException extends JaloSystemException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EJBInternalException(java.lang.Exception exception)EJBInternalException(java.lang.Exception exception, java.lang.String message, int vendorCode)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toString
-
-