Package pt.ulisboa.tecnico.sdis.zk
Class ZKNamingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pt.ulisboa.tecnico.sdis.zk.ZKNamingException
-
- All Implemented Interfaces:
Serializable
public class ZKNamingException extends Exception
Class that represents a ZooKeeper naming exception.- Author:
- Rui Claro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZKNamingException()
ZKNamingException(String message)
ZKNamingException(String message, Throwable cause)
ZKNamingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-