java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.hk2.api.HK2Exception
- All Implemented Interfaces:
Serializable
Base class for HK2 defined checked exceptions
- Author:
- jwells
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHK2Exception(String message) HK2Exception(String message, Throwable cause) HK2Exception(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HK2Exception
public HK2Exception() -
HK2Exception
- Parameters:
message-
-
HK2Exception
- Parameters:
cause-
-
HK2Exception
- Parameters:
message-cause-
-