com.atlassian.confluence.cluster
Class InvalidClusterAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.cluster.ClusterException
              extended by com.atlassian.confluence.cluster.InvalidClusterAddressException
All Implemented Interfaces:
Serializable

public class InvalidClusterAddressException
extends ClusterException

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

See Also:
Serialized Form

Constructor Summary
InvalidClusterAddressException(String message, InetAddress address)
           
InvalidClusterAddressException(String message, InetAddress address, Throwable cause)
           
InvalidClusterAddressException(String message, Throwable cause)
           
 
Method Summary
 InetAddress getAddress()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()


Copyright © 2003-2011 Atlassian. All Rights Reserved.