inet.ipaddr

Class HostIdentifierException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • inet.ipaddr.HostIdentifierException
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getMessage(java.lang.String key) 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HostIdentifierException

        public HostIdentifierException(java.lang.String str,
                                       java.lang.String errorMessage,
                                       java.lang.String key,
                                       java.lang.Throwable cause)
      • HostIdentifierException

        public HostIdentifierException(java.lang.String str,
                                       java.lang.String errorMessage,
                                       java.lang.String key)
      • HostIdentifierException

        public HostIdentifierException(java.lang.String message)
      • HostIdentifierException

        public HostIdentifierException(java.lang.String errorMessage,
                                       java.lang.String key)
    • Method Detail

      • getMessage

        public static java.lang.String getMessage(java.lang.String key)