Skip navigation links

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
11g (11.1.1)

E10673-02


oracle.security.crypto.ocsp
Class InvalidHttpRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by oracle.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.

 

Method Summary

 

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)

Skip navigation links

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
11g (11.1.1)

E10673-02


Copyright © 2005, 2009, Oracle. All rights reserved.