Goovi
Class GooviException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--callin.AmosException
                    |
                    +--Goovi.GooviException

public class GooviException
extends callin.AmosException

See Also:
Serialized Form

Fields inherited from class callin.AmosException
errno, errstr
 
Constructor Summary
GooviException()
           
GooviException(java.lang.String s)
           
 
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

GooviException

public GooviException()

GooviException

public GooviException(java.lang.String s)