net.sf.juoserver.controller
Class IntercomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.juoserver.controller.IntercomException
All Implemented Interfaces:
Serializable

public class IntercomException
extends RuntimeException

This exception signals that an error occurred while notifying messages between the server's various components.

See Also:
Serialized Form

Constructor Summary
IntercomException()
           
IntercomException(String message)
           
IntercomException(String message, Throwable cause)
           
IntercomException(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

IntercomException

public IntercomException()

IntercomException

public IntercomException(String message,
                         Throwable cause)

IntercomException

public IntercomException(String message)

IntercomException

public IntercomException(Throwable cause)


Copyright © 2010-2012. All Rights Reserved.