com.e_c_group.bwptk
Class BwptkRequestFailedException

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

public class BwptkRequestFailedException
extends java.lang.Exception

An exception that can be thrown related to this BroadWorks Provisioning Toolkit. This is used when a simple request to the server fails.

See Also:
Serialized Form

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

BwptkRequestFailedException

public BwptkRequestFailedException(java.lang.Exception e)

BwptkRequestFailedException

public BwptkRequestFailedException(java.lang.String s)