Package org.apache.sling.hapi
Class HApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.hapi.HApiException
- All Implemented Interfaces:
Serializable
A Hypermedia API exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHApiException(String message) HApiException(String message, Throwable cause) HApiException(Throwable 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
-
HApiException
public HApiException() -
HApiException
- Parameters:
message-
-
HApiException
- Parameters:
message-cause-
-
HApiException
- Parameters:
cause-
-