public class RepositoryException extends Exception
| Constructor and Description |
|---|
RepositoryException()
Public default constructor.
|
RepositoryException(String msg)
Public constructor with message.
|
RepositoryException(Throwable throwable)
Public constructor with
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryException()
public RepositoryException(Throwable throwable)
Throwable.throwable - the specified throwable objectpublic RepositoryException(String msg)
msg - the specified messageCopyright © 2009–2019 B3log. All rights reserved.