Oracle Security Developer Tools Crypto Java API Reference
10g (10.1.4.0.1)

B28171-01


oracle.security.crypto.util
Class InvalidInputException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byoracle.security.crypto.util.InvalidInputException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VersionException

public class InvalidInputException
extends java.io.IOException

Signals that an attempt to input an object from a stream has failed because an incorrect encoding was encountered.

See Also:
Serialized Form

Constructor Summary
InvalidInputException()
           
InvalidInputException(java.lang.Exception ex)
           
InvalidInputException(java.lang.String s)
          Makes a new InvalidInputException 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

InvalidInputException

public InvalidInputException()

InvalidInputException

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

InvalidInputException

public InvalidInputException(java.lang.Exception ex)

Oracle Security Developer Tools Crypto Java API Reference
10g (10.1.4.0.1)

B28171-01


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