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 MalformedRequestException

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

All Implemented Interfaces:
java.io.Serializable

public class MalformedRequestException
extends java.io.IOException

Signals that the input stream was malformatted.

See Also:
Serialized Form

Constructor Summary
MalformedRequestException()
MalformedRequestException(java.lang.Exception ex)
MalformedRequestException(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

MalformedRequestException

public MalformedRequestException()

MalformedRequestException

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

MalformedRequestException

public MalformedRequestException(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.