Package com.github.mizool.core.exception
Class InvalidBackendReplyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mizool.core.exception.InvalidBackendReplyException
-
- All Implemented Interfaces:
Serializable
public class InvalidBackendReplyException extends RuntimeException
Thrown when an invalid reply was received from a backend system.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidBackendReplyException()
InvalidBackendReplyException(String message)
InvalidBackendReplyException(String message, Throwable cause)
InvalidBackendReplyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-