public class RepositoryException extends Exception
Constructor and Description |
---|
RepositoryException()
Default constructor.
|
RepositoryException(String message)
Constructor.
|
RepositoryException(String message,
Throwable cause)
Constructor.
|
RepositoryException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryException()
public RepositoryException(String message)
message
- The exception's message.public RepositoryException(Throwable cause)
cause
- The exception's cause.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.