Package io.strimzi.kafka.oauth.services
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.strimzi.kafka.oauth.services.ServiceException
- All Implemented Interfaces:
Serializable
An exception used to report a background job failure
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceException(String message) Create a new instanceServiceException(String message, Throwable cause) Create a new instance -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceException
Create a new instance- Parameters:
message- An error message
-
ServiceException
Create a new instance- Parameters:
message- An error messagecause- A cause exception
-