com.e_c_group.bwptk
Class BroadWorksServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.e_c_group.bwptk.BwptkException
              extended by com.e_c_group.bwptk.BroadWorksServerException
All Implemented Interfaces:
java.io.Serializable

public class BroadWorksServerException
extends BwptkException

An exception that can be thrown during communication with a BroadWorks Server.

See Also:
Serialized Form

Constructor Summary
BroadWorksServerException(java.lang.Exception e)
           
BroadWorksServerException(java.lang.String s)
           
 
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

BroadWorksServerException

public BroadWorksServerException(java.lang.Exception e)

BroadWorksServerException

public BroadWorksServerException(java.lang.String s)