Package org.fcrepo.kernel.api.exception
Class ResourceTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.ResourceTypeException
- All Implemented Interfaces:
Serializable
An extension of
RepositoryRuntimeException that may be thrown when attempting a
operation (or instantiation) of a FedoraResource
on a different (and incompatible) type.- Author:
- Mike Durbin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceTypeException
Default constructor.- Parameters:
message- the message
-