DomainExceptionpublic class DomainException extends RepositoryException Superclass for all domain management exceptions. |
Constructors Summary |
---|
public DomainException(String message)Constructs a new DomainException object.
super(message);
| public DomainException(Throwable cause)Constructs a new DomainException object.
super(cause);
| public DomainException(String message, Throwable cause)Constructs a new DomainException object.
super(message, cause);
|
|