Class HybrisSystemException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DomainException

    public class HybrisSystemException
    extends java.lang.RuntimeException
    The generic exception class for the com.hybris package.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HybrisSystemException​(java.lang.String message)
      Creates a new instance with the given message.
      HybrisSystemException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new instance using the given message and cause exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • HybrisSystemException

        public HybrisSystemException​(java.lang.String message)
        Creates a new instance with the given message.
        Parameters:
        message - the reason for this HybrisSystemException
      • HybrisSystemException

        public HybrisSystemException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Creates a new instance using the given message and cause exception.
        Parameters:
        message - The reason for this HybrisSystemException.
        cause - the Throwable that caused this HybrisSystemException.