Package org.fcrepo.kernel.api.exception
Class ExternalContentAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
- org.fcrepo.kernel.api.exception.ExternalContentAccessException
-
- All Implemented Interfaces:
Serializable
public class ExternalContentAccessException extends RepositoryRuntimeException
Exception when attempting to access an external-content URI has problems.- Since:
- 2018-07-11
- Author:
- whikloj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalContentAccessException(String msg, Throwable rootCause)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExternalContentAccessException
public ExternalContentAccessException(String msg, Throwable rootCause)
Constructor- Parameters:
msg
- the messagerootCause
- the causing Exception
-
-