|
Oracle Security Developer Tools Crypto Java API Reference 10g (10.1.4.0.1) B28171-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.security.crypto.util.StreamableOutputException
This exception signals that an IOException unexpectedly occured while writing a streamable object to memory. This exception should never occur in ordinary circumstances.
| Constructor Summary | |
StreamableOutputException()Constructs an StreamableOutputException with no detail message. |
|
StreamableOutputException(java.lang.Exception ex) |
|
StreamableOutputException(java.lang.String s)Constructs an StreamableOutputException with the specified detail message. |
|
| 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 |
public StreamableOutputException()
public StreamableOutputException(java.lang.String s)
s - the detail messagepublic StreamableOutputException(java.lang.Exception ex)
|
Oracle Security Developer Tools Crypto Java API Reference 10g (10.1.4.0.1) B28171-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||