Class HybrisSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.savedorderforms.exception.HybrisSystemException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DomainException

public class HybrisSystemException extends RuntimeException
The generic exception class for the com.hybris package.
See Also:
  • Constructor Details

    • HybrisSystemException

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

      public HybrisSystemException(String message, 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.