ContainerException
instead@Deprecated public class RepositoryNotAvailableException extends ContainerException
RepositoryNotAvailableException
exception can be used when the repository is not (yet)
availableConstructor and Description |
---|
RepositoryNotAvailableException()
Deprecated.
Constructs a new RepositoryNotAvailableException exception.
|
RepositoryNotAvailableException(String message)
Deprecated.
Constructs a new RepositoryNotAvailableException exception with the given message.
|
RepositoryNotAvailableException(String msg,
Throwable nested)
Deprecated.
Constructs a new RepositoryNotAvailableException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
|
RepositoryNotAvailableException(Throwable nested)
Deprecated.
Constructs a new RepositoryNotAvailableException exception with the nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryNotAvailableException()
public RepositoryNotAvailableException(String message)
message
- the exception messagepublic RepositoryNotAvailableException(Throwable nested)
nested
- the nested exceptionpublic RepositoryNotAvailableException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exceptionCopyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.