org.tigris.eyebrowse
Class EyebrowseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.quiotix.util.exception.RethrowableException
                    |
                    +--org.tigris.eyebrowse.EyebrowseException
All Implemented Interfaces:
java.io.Serializable

public class EyebrowseException
extends com.quiotix.util.exception.RethrowableException

EyebrowseException Exception which may be thrown by any of the Eyebrowse methods. Extends RethrowableException, so the exception may wrap another exception.

Since:
1.0
Author:
Brian Goetz - Quiotix Corp
See Also:
org.tigris.eyebrowse.util.exception.RethrowableException, Serialized Form

Constructor Summary
EyebrowseException()
           
EyebrowseException(java.lang.String s)
           
EyebrowseException(java.lang.String s, java.lang.Exception e)
           
 
Methods inherited from class com.quiotix.util.exception.RethrowableException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EyebrowseException

public EyebrowseException()

EyebrowseException

public EyebrowseException(java.lang.String s)

EyebrowseException

public EyebrowseException(java.lang.String s,
                          java.lang.Exception e)


Copyright © 2000 Quiotix Corp. All Rights Reserved.