Package co.ecg.alpaca.toolkit.exception
Class BroadWorksServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.ecg.alpaca.toolkit.exception.BroadWorksServerException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BroadWorksLoginException
,BroadWorksVersionException
public class BroadWorksServerException extends Exception
An Exception thrown from the BroadWorksServer connection- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BroadWorksServerException()
BroadWorksServerException(Exception e)
BroadWorksServerException(String s)
BroadWorksServerException(String s, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-