Class 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EJBInternalException

        public EJBInternalException​(java.lang.Exception exception,
                                    java.lang.String message,
                                    int vendorCode)
      • EJBInternalException

        public EJBInternalException​(java.lang.Exception exception)