Class HK2Exception

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BootException

    public class HK2Exception
    extends java.lang.Exception
    Base class for HK2 defined checked exceptions
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      For serialization
    • Constructor Summary

      Constructors 
      Constructor Description
      HK2Exception()  
      HK2Exception​(java.lang.String message)  
      HK2Exception​(java.lang.String message, java.lang.Throwable cause)  
      HK2Exception​(java.lang.Throwable cause)  
    • Method Summary

      • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        For serialization
        See Also:
        Constant Field Values
    • Constructor Detail

      • HK2Exception

        public HK2Exception()
      • HK2Exception

        public HK2Exception​(java.lang.String message)
        Parameters:
        message -
      • HK2Exception

        public HK2Exception​(java.lang.Throwable cause)
        Parameters:
        cause -
      • HK2Exception

        public HK2Exception​(java.lang.String message,
                            java.lang.Throwable cause)
        Parameters:
        message -
        cause -