Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


HTTPClient
Class OptionalClassProxyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byHTTPClient.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

Constructor Summary
OptionalClassProxyException(boolean wasProxyInvalid)
           
OptionalClassProxyException(java.lang.String message, boolean wasProxyInvalid)
           
OptionalClassProxyException(java.lang.String message, java.lang.Throwable cause, boolean wasProxyInvalid)
           
OptionalClassProxyException(java.lang.Throwable cause, boolean wasProxyInvalid)
           

 

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

 

Constructor Detail

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)

Method Detail

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

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


Copyright © 2004, 2006, Oracle. All rights reserved.