com.illposed.osc
Class OSCCanNotListenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.illposed.osc.OSCCanNotListenException
All Implemented Interfaces:
java.io.Serializable

public class OSCCanNotListenException
extends java.lang.Exception

Author:
cramakrishnan Copyright (C) 2004, C. Ramakrishnan / Auracle All rights reserved. See license.txt (or license.rtf) for license information.
See Also:
Serialized Form

Constructor Summary
OSCCanNotListenException()
           
OSCCanNotListenException(java.lang.String message)
           
OSCCanNotListenException(java.lang.String message, java.lang.Throwable cause)
           
OSCCanNotListenException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSCCanNotListenException

public OSCCanNotListenException()

OSCCanNotListenException

public OSCCanNotListenException(java.lang.String message)
Parameters:
message -

OSCCanNotListenException

public OSCCanNotListenException(java.lang.String message,
                                java.lang.Throwable cause)
Parameters:
message -
cause -

OSCCanNotListenException

public OSCCanNotListenException(java.lang.Throwable cause)
Parameters:
cause -