Package au.com.dius.pact.core.pactbroker
Class InvalidNavigationRequest
-
- All Implemented Interfaces:
-
java.io.Serializable
public class InvalidNavigationRequest extends IOException
This exception is raised when an invalid navigation is attempted
-
-
Constructor Summary
Constructors Constructor Description InvalidNavigationRequest(String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description StringgetMessage()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-