Class EJBInternalException

All Implemented Interfaces:
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:
  • Constructor Details

    • EJBInternalException

      public EJBInternalException(Exception exception, String message, int vendorCode)
    • EJBInternalException

      public EJBInternalException(Exception exception)