com.e_c_group.bwptk
Class BwptkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.e_c_group.bwptk.BwptkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BroadWorksServerException, BwptkNoGroupAccessDeviceException

public class BwptkException
extends java.lang.Exception

An exception that can be thrown related to this BroadWorks Provisioning Toolkit.

See Also:
Serialized Form

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

BwptkException

public BwptkException(java.lang.Exception e)

BwptkException

public BwptkException(java.lang.String s)