Class InvalidResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.resources.discovery.client.api.InvalidResultException
- All Implemented Interfaces:
Serializable
Raised by
DiscoveryClients for result parsing errors.- Author:
- Fabio Simeoni
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance with a given message.InvalidResultException(String msg, Throwable cause) Creates an instance with a given message and a given cause.InvalidResultException(Throwable cause) Creates an instance with a given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidResultException
Creates an instance with a given message.- Parameters:
msg- the message
-
InvalidResultException
Creates an instance with a given cause.- Parameters:
cause- the cause
-
InvalidResultException
Creates an instance with a given message and a given cause.- Parameters:
msg- the messagecause- the cause
-