public class RepositoryRuntimeException extends RuntimeException
| Constructor and Description | 
|---|
| RepositoryRuntimeException(String msg)Ordinary constructor. | 
| RepositoryRuntimeException(String msg,
                          Throwable rootCause)Ordinary constructor. | 
| RepositoryRuntimeException(Throwable rootCause)Ordinary constructor. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryRuntimeException(String msg)
msg - the messagepublic RepositoryRuntimeException(Throwable rootCause)
rootCause - the root causepublic RepositoryRuntimeException(String msg, Throwable rootCause)
msg - the messagerootCause - the root causeCopyright © 2013–2018 DuraSpace, Inc.. All rights reserved.