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:
UnauthenticatedException,UnauthorizedException,ValidationException
public abstract class FunctionalException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionalException()FunctionalException(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
-
-