Class UriResolverMapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.portlets.user.uriresolvermanager.exception.UriResolverMapException
- All Implemented Interfaces:
Serializable
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Oct 14, 2014
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUriResolverMapException(String message) Constructs a new UriResolverMapException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UriResolverMapException
public UriResolverMapException() -
UriResolverMapException
Constructs a new UriResolverMapException with the specified detail message.- Parameters:
message- the detail message.
-