com.pmdesigns.jvc
Class NonStandardResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pmdesigns.jvc.NonStandardResponseException
- All Implemented Interfaces:
- java.io.Serializable
public final class NonStandardResponseException
- extends java.lang.RuntimeException
This exception can be thrown during request processing to
cause an non-standard (ie not HTTP_OK) response to be returned.
For example, this is how you can cause a redirect response.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
httpCode
public final int httpCode
arg
public final java.lang.String arg
NonStandardResponseException
public NonStandardResponseException(int httpCode,
java.lang.String arg)