| Exception Thrown By: | Cause | ||
| Framework | Class | Method | |
| Java SE | InetAddress | public static InetAddress getByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress[] getAllByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress getByAddress(byte[] addr) | if IP address is of illegal length |
| Java SE | InetAddress | public static InetAddress getLocalHost() | if the local host name could not be resolved into an address |
| Java SE | InetAddress | public static InetAddress getByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress[] getAllByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress getByAddress(byte[] addr) | if IP address is of illegal length |
| Java SE | InetAddress | public static InetAddress getLocalHost() | if the local host name could not be resolved into an address |
| Java SE | InetAddress | public static InetAddress getByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress[] getAllByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress getByAddress(byte[] addr) | if IP address is of illegal length |
| Java SE | InetAddress | public static InetAddress getLocalHost() | if the local host name could not be resolved into an address |
| Java SE | InetAddress | public static InetAddress getByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress[] getAllByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress getByAddress(byte[] addr) | if IP address is of illegal length |
| Java SE | InetAddress | public static InetAddress getLocalHost() | if the local host name could not be resolved into an address |
| Java SE | InetAddress | public static InetAddress getByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress[] getAllByName(String host) | if no IP address for the host could be found |
| Java SE | InetAddress | public static InetAddress getByAddress(byte[] addr) | if IP address is of illegal length |
| Java SE | InetAddress | public static InetAddress getLocalHost() | if the local host name could not be resolved into an address |
| Weblogic | LocateRegistry | public static Registry getRegistry(String name) | if the host specified by the URL is unknown.Remote |
| Weblogic | T3Client | public T3Client(String url) | if the URL for the WebLogic Server is invalidT3 |