Package com.atlassian.confluence.cluster
Class InvalidClusterAddressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.cluster.ClusterException
-
- com.atlassian.confluence.cluster.InvalidClusterAddressException
-
- All Implemented Interfaces:
Serializable
public class InvalidClusterAddressException extends ClusterException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidClusterAddressException(String message, Throwable cause)
InvalidClusterAddressException(String message, InetAddress address)
InvalidClusterAddressException(String message, InetAddress address, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetAddress
getAddress()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidClusterAddressException
public InvalidClusterAddressException(String message, Throwable cause)
-
InvalidClusterAddressException
public InvalidClusterAddressException(String message, InetAddress address)
-
InvalidClusterAddressException
public InvalidClusterAddressException(String message, InetAddress address, Throwable cause)
-
-
Method Detail
-
getAddress
public InetAddress getAddress()
-
-