Package herddb.network
Class ServerNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- herddb.network.ServerNotAvailableException
-
- All Implemented Interfaces:
Serializable
public class ServerNotAvailableException extends Exception
No Broker is avilable- Author:
- enrico.olivelli
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerNotAvailableException()ServerNotAvailableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServerNotAvailableException
public ServerNotAvailableException()
-
ServerNotAvailableException
public ServerNotAvailableException(Throwable cause)
-
-