Class RuntimeResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.portlets.user.uriresolvermanager.readers.RuntimeResourceException
- All Implemented Interfaces:
Serializable
The Class RuntimeResourceException.
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Sep 6, 2016
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeResourceException(String message) Instantiates a new runtime resource exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeResourceException
Instantiates a new runtime resource exception.- Parameters:
message- the message
-