Package com.c8db.internal.net
Class C8DBRedirectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.c8db.C8DBException
-
- com.c8db.internal.net.C8DBRedirectException
-
- All Implemented Interfaces:
Serializable
public class C8DBRedirectException extends C8DBException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description C8DBRedirectException(String message, String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()-
Methods inherited from class com.c8db.C8DBException
getErrorMessage, getErrorNum, getException, getResponseCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-