Package au.csiro.pathling.errors
Class UnexpectedResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- au.csiro.pathling.errors.UnexpectedResponseException
-
- All Implemented Interfaces:
Serializable
public class UnexpectedResponseException extends RuntimeException
Thrown when a response from the upstream server does not match expectations.- Author:
- Piotr Szul
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedResponseException(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
-
UnexpectedResponseException
public UnexpectedResponseException(String message)
- Parameters:
message- The detailed message for the exception
-
-