Package co.ecg.alpaca.toolkit.exception
Class RequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.ecg.alpaca.toolkit.exception.RequestException
-
- All Implemented Interfaces:
Serializable
public class RequestException extends Exception
An exception that can be thrown related to this BroadWorks Provisioning Toolkit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestException()RequestException(Exception e)RequestException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-