Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g (10.1.4.0.1)

B28168-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 (10.1.4.0.1)

B28168-01


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