public class RepositoryException extends RuntimeException
Constructor and Description |
---|
RepositoryException()
Constructor for RepositoryException without message detail
|
RepositoryException(String msg)
Constructor for RepositoryException.
|
RepositoryException(String msg,
Throwable cause)
Constructor for RepositoryException.
|
RepositoryException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryException()
public RepositoryException(String msg)
msg
- the detail from exception messagepublic RepositoryException(String msg, Throwable cause)
msg
- the detail from exception messagecause
- the trouble root cause , usually JDBC family exceptionpublic RepositoryException(Throwable cause)
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.