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
public class ResourceTypeException extends RepositoryRuntimeException
An extension ofRepositoryRuntimeException
that may be thrown when attempting a operation (or instantiation) of aFedoraResource
on a different (and incompatible) type.- Author:
- Mike Durbin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceTypeException(String message)
Default 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
-
ResourceTypeException
public ResourceTypeException(String message)
Default constructor.- Parameters:
message
- the message
-
-