Class URIAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.edu.icm.unity.engine.api.files.URIAccessException
-
- All Implemented Interfaces:
Serializable
public class URIAccessException extends RuntimeException
Thrown when a low level problem with read uri occurs. Unchecked.- Author:
- P.Piernik
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URIAccessException(String msg)
URIAccessException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-