com.e_c_group.bwptk
Class BwptkNoGroupAccessDeviceException

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.BwptkNoGroupAccessDeviceException
All Implemented Interfaces:
java.io.Serializable

public class BwptkNoGroupAccessDeviceException
extends BwptkException

An exception that can be thrown related to this BroadWorks Provisioning Toolkit. This is used when a user doesn't have a Group Access Device.

See Also:
Serialized Form

Constructor Summary
BwptkNoGroupAccessDeviceException(BwptkException e)
           
BwptkNoGroupAccessDeviceException(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

BwptkNoGroupAccessDeviceException

public BwptkNoGroupAccessDeviceException(BwptkException e)

BwptkNoGroupAccessDeviceException

public BwptkNoGroupAccessDeviceException(java.lang.String s)