Skip navigation links
HTTPClient
Class OptionalClassProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
HTTPClient.OptionalClassProxyException
- All Implemented Interfaces:
- java.io.Serializable
- public class OptionalClassProxyException
- extends java.lang.RuntimeException
An exception which indicates a programmatic or configuration error regarding the class OptionalClassProxy
.
- See Also:
- Serialized Form
Method Summary |
boolean |
isWasProxyInvalid()
Determines whether the exception was caused by the proxy being invalid. |
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 |
OptionalClassProxyException
public OptionalClassProxyException(boolean wasProxyInvalid)
- Parameters:
wasProxyInvalid
- true
if the exception was caused by the proxy being invalid.
- See Also:
RuntimeException.RuntimeException()
OptionalClassProxyException
public OptionalClassProxyException(java.lang.String message,
boolean wasProxyInvalid)
- Parameters:
wasProxyInvalid
- true
if the exception was caused by the proxy being invalid.
- See Also:
RuntimeException.RuntimeException(String)
OptionalClassProxyException
public OptionalClassProxyException(java.lang.Throwable cause,
boolean wasProxyInvalid)
- Parameters:
wasProxyInvalid
- true
if the exception was caused by the proxy being invalid.
- See Also:
RuntimeException.RuntimeException(Throwable)
OptionalClassProxyException
public OptionalClassProxyException(java.lang.String message,
java.lang.Throwable cause,
boolean wasProxyInvalid)
- Parameters:
wasProxyInvalid
- true
if the exception was caused by the proxy being invalid.
- See Also:
RuntimeException.RuntimeException(String, Throwable)
isWasProxyInvalid
public boolean isWasProxyInvalid()
- Determines whether the exception was caused by the proxy being invalid.
-
- Returns:
true
if the exception was caused by the proxy being invalid.
Skip navigation links
Copyright © 2004, 2006, Oracle. All rights reserved.