Skip navigation links

Oracle Fusion Middleware Crypto Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10668-05


oracle.security.crypto.util
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by oracle.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.
InvalidInputException(java.lang.String message, java.lang.Throwable cause)
           
InvalidInputException(java.lang.Throwable cause)
           

 

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

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)

InvalidInputException

public InvalidInputException(java.lang.String message,
                             java.lang.Throwable cause)

InvalidInputException

public InvalidInputException(java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware Crypto Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10668-05


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