Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g Release 2 (10.1.2.0.2)

B15562-01


oracle.security.crypto.ocsp
Class InvalidHttpRequestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byoracle.security.crypto.ocsp.InvalidHttpRequestException

All Implemented Interfaces:
java.io.Serializable

public class InvalidHttpRequestException
extends java.io.IOException

Signals that the http request was malformatted. Pratically, this exception is thrown to indicate that the input stream was not representing an OCSPRequest.

See Also:
Serialized Form

Constructor Summary
InvalidHttpRequestException()
InvalidHttpRequestException(java.lang.Exception ex)
InvalidHttpRequestException(java.lang.String s)
Makes a new MalformedRequestException with the given message string.

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

InvalidHttpRequestException

public InvalidHttpRequestException()

InvalidHttpRequestException

public InvalidHttpRequestException(java.lang.String s)
Makes a new MalformedRequestException with the given message string.

InvalidHttpRequestException

public InvalidHttpRequestException(java.lang.Exception ex)

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g Release 2 (10.1.2.0.2)

B15562-01


Copyright © 2005 , Oracle. All rights reserved.