public class

InvalidClusterAddressException

extends ClusterException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.cluster.ClusterException
         ↳ com.atlassian.confluence.cluster.InvalidClusterAddressException

Class Overview

Created by IntelliJ IDEA. User: cowen Date: 25/05/2006 Time: 14:37:45 To change this template use File | Settings | File Templates.

Summary

Public Constructors
InvalidClusterAddressException(String message, Throwable cause)
InvalidClusterAddressException(String message, InetAddress address)
InvalidClusterAddressException(String message, InetAddress address, Throwable cause)
Public Methods
InetAddress getAddress()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidClusterAddressException (String message, Throwable cause)

public InvalidClusterAddressException (String message, InetAddress address)

public InvalidClusterAddressException (String message, InetAddress address, Throwable cause)

Public Methods

public InetAddress getAddress ()