net.sf.beep4j
Class BeepException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.beep4j.BeepException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InternalException, ProtocolException

public class BeepException
extends java.lang.RuntimeException

Exception base class for all exceptions thrown by the BEEP framework

Author:
Simon Raess
See Also:
Serialized Form

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

BeepException

public BeepException()

BeepException

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

BeepException

public BeepException(java.lang.String message)

BeepException

public BeepException(java.lang.Throwable cause)


Copyright © 2007 null. All Rights Reserved.