Class UnauthenticatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.fluxcapacitor.javaclient.common.exception.FunctionalException
-
- io.fluxcapacitor.javaclient.tracking.handling.authentication.UnauthenticatedException
-
- All Implemented Interfaces:
Serializable
public class UnauthenticatedException extends FunctionalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthenticatedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnauthenticatedException
public UnauthenticatedException(String message)
-
-