com.hazelcast.util
Class AddressUtil.InvalidAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.hazelcast.util.AddressUtil.InvalidAddressException
All Implemented Interfaces:
Serializable
Enclosing class:
AddressUtil

public static class AddressUtil.InvalidAddressException
extends IllegalArgumentException

Thrown when given address is not valid.

See Also:
Serialized Form

Constructor Summary
AddressUtil.InvalidAddressException(String s)
           
 
Method Summary
 
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

AddressUtil.InvalidAddressException

public AddressUtil.InvalidAddressException(String s)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.