Class FunctionalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxcapacitor.javaclient.common.exception.FunctionalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalCommandException,UnauthenticatedException,UnauthorizedException,ValidationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionalException(String message) FunctionalException(String message, Throwable cause) FunctionalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) FunctionalException(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
-
FunctionalException
public FunctionalException() -
FunctionalException
-
FunctionalException
-
FunctionalException
-
FunctionalException
-