Package org.glassfish.hk2.api
Class HK2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.hk2.api.HK2Exception
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BootException
Base class for HK2 defined checked exceptions
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor serialization- See Also:
-
-
Constructor Details
-
HK2Exception
public HK2Exception() -
HK2Exception
- Parameters:
message
-
-
HK2Exception
- Parameters:
cause
-
-
HK2Exception
- Parameters:
message
-cause
-
-