public abstract class RepositoryRuntimeException extends AbstractRuntimeException
Exceptions
with a root cause.
Abstract because this exception should not be constructed directly. Rather, a more detailed subclass should be constructed and thrown.
Constructor and Description |
---|
RepositoryRuntimeException(String message)
Constructs a
RepositoryRuntimeException with the specified detail message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryRuntimeException(String message)
RepositoryRuntimeException
with the specified detail message.message
- The detail message (which is saved for later retrieval by AbstractRuntimeException.getMessage()
).<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>