InstanceExceptionpublic class InstanceException extends RepositoryException
Constructors Summary |
---|
public InstanceException(String message)Constructs a new InstanceException object.
super(message);
| public InstanceException(Throwable cause)Constructs a new InstanceException object.
super(cause);
| public InstanceException(String message, Throwable cause)Constructs a new InstanceException object.
super(message, cause);
|
|