com.retrogui.messageserver.common
Class ApplicationFactoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retrogui.messageserver.common.ApplicationFactoryException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationFactoryException
extends java.lang.Exception

For throwing exceptions when server or client application factory method fails

See Also:
Serialized Form

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

ApplicationFactoryException

public ApplicationFactoryException()

ApplicationFactoryException

public ApplicationFactoryException(java.lang.String message)
DOCUMENT ME!

Parameters:
message -

ApplicationFactoryException

public ApplicationFactoryException(java.lang.String message,
                                   java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
message -
cause -

ApplicationFactoryException

public ApplicationFactoryException(java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
cause -