Class NodeConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.SocketException
-
- java.net.ConnectException
-
- com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.NodeConnectionException
-
- All Implemented Interfaces:
Serializable
public class NodeConnectionException extends ConnectException
- Since:
- 7.17.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeConnectionException(@NonNull Collection<String> issues)
NodeConnectionException(String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NodeConnectionException
public NodeConnectionException(String msg)
-
NodeConnectionException
public NodeConnectionException(@NonNull Collection<String> issues)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-