Class HybrisSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.savedorderforms.exception.HybrisSystemException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DomainException
public class HybrisSystemException extends java.lang.RuntimeExceptionThe 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.
-
-
-
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.
-
-