Class NodeIdentifierException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yahoo.config.provision.security.NodeIdentifierException
-
- All Implemented Interfaces:
java.io.Serializable
public class NodeIdentifierException extends java.lang.RuntimeException
- Author:
- bjorncs
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeIdentifierException(java.lang.String message)
NodeIdentifierException(java.lang.String message, java.lang.Throwable cause)
NodeIdentifierException(java.lang.Throwable cause)
-