Package com.adobe.granite.rest.converter
Class ResourceConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.granite.rest.RestException
com.adobe.granite.rest.converter.ResourceConverterException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceConverterException(String message) Creates a new ResourceConverterException.ResourceConverterException(String message, Throwable cause) Creates a new ResourceConverterException.Creates a new ResourceConverterException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceConverterException
Creates a new ResourceConverterException.- Parameters:
message- the detail message
-
ResourceConverterException
Creates a new ResourceConverterException.- Parameters:
cause- the cause
-
ResourceConverterException
Creates a new ResourceConverterException.- Parameters:
message- the detail messagecause- the cause
-