org.jraf.jlibibuddy
Class IBuddyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jraf.jlibibuddy.IBuddyException
All Implemented Interfaces:
java.io.Serializable

public class IBuddyException
extends java.lang.Exception

General purpose exception for JLibIBuddy.

See Also:
Serialized Form

Constructor Summary
IBuddyException(java.lang.String message)
           
IBuddyException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

IBuddyException

public IBuddyException(java.lang.String message)

IBuddyException

public IBuddyException(java.lang.String message,
                       java.lang.Throwable cause)


Copyright © 2008 JRAF.org. All Rights Reserved.