Package de.fiveminds.client.errors
Class RedirectErrors.SeeOtherError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.fiveminds.client.errors.BaseError
-
- de.fiveminds.client.errors.RedirectErrors.SeeOtherError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RedirectErrors
public static class RedirectErrors.SeeOtherError extends BaseError
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.fiveminds.client.errors.BaseError
BaseError.ErrorCategory
-
-
Field Summary
-
Fields inherited from class de.fiveminds.client.errors.BaseError
additionalInformation, category, code, fatal, isEngineError
-
-
Constructor Summary
Constructors Constructor Description SeeOtherError(@NonNull java.lang.String message, BaseError.ErrorCategory category)
-
Method Summary
-
Methods inherited from class de.fiveminds.client.errors.BaseError
deserialize, isEngineError, serialize
-
-
-
-
Constructor Detail
-
SeeOtherError
public SeeOtherError(@NonNull @NonNull java.lang.String message, BaseError.ErrorCategory category)
-
-