Package com.ngrok
Class NgrokException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.ngrok.NgrokException
-
- All Implemented Interfaces:
Serializable
public class NgrokException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NgrokException(String code, String details)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getDetails()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-