public class DomainException extends HybrisSystemException
| Constructor and Description |
|---|
DomainException(java.lang.String message)
Creates a new DomainException object with the given message.
|
DomainException(java.lang.String message,
java.lang.Throwable cause)
Creates a new DomainException object using the given message and cause
exception.
|
public DomainException(java.lang.String message)
message - the reason for this DomainExceptionpublic DomainException(java.lang.String message,
java.lang.Throwable cause)
message - The reason for this DomainException.cause - the Throwable that caused this DomainException.Copyright © 2018 SAP SE. All Rights Reserved.