Class ResolvingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.digitalcollections.iiif.hymir.model.exception.ResolvingException
-
- All Implemented Interfaces:
Serializable
public class ResolvingException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvingException()ResolvingException(String message)ResolvingException(String message, Throwable cause)ResolvingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ResolvingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResolvingException
public ResolvingException()
-
ResolvingException
public ResolvingException(String message)
-
ResolvingException
public ResolvingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
ResolvingException
public ResolvingException(Throwable cause)
-
-