wtanaka.praya.gale
Class NotEnoughInfoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--wtanaka.praya.gale.NotEnoughInfoException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughInfoException
extends java.lang.Exception

Thrown if a public key does not contain enough information to complete an operation.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/09/30 21:14:52 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NotEnoughInfoException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NotEnoughInfoException

public NotEnoughInfoException(java.lang.String msg)