Class BivesConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.bives.exception.BivesException
-
- de.unirostock.sems.bives.exception.BivesConnectionException
-
- All Implemented Interfaces:
Serializable
public class BivesConnectionException extends BivesException
The Class BivesConnectionException signaling node-connection problems.- Author:
- Martin Scharm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BivesConnectionException(String msg)
Instantiates a new bives connection exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BivesConnectionException
public BivesConnectionException(String msg)
Instantiates a new bives connection exception.- Parameters:
msg
- the message
-
-