public class RepositoryException extends RuntimeException
| 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, toStringpublic RepositoryException()
public RepositoryException(String message, Throwable cause)
message - The messagecause - The causepublic RepositoryException(String message)
message - The messagepublic RepositoryException(Throwable cause)
cause - The causeCopyright © 2015. All rights reserved.