Class 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 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

      • 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)