Oracle Forms 9i Samples and Demos


oracle.forms.demos.uploadserver
Class FormsDecoderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.forms.demos.uploadserver.FormsDecoderException
All Implemented Interfaces:
java.io.Serializable

public class FormsDecoderException
extends java.lang.Exception

Exception for use in the FormsDecoder class when an error occurs in the decoding or storage process.

Version:
1.0
Author:
Steve Button
See Also:
Serialized Form

Constructor Summary
FormsDecoderException()
           
FormsDecoderException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormsDecoderException

public FormsDecoderException(java.lang.String msg)

FormsDecoderException

public FormsDecoderException()

Oracle Forms 9i Samples and Demos