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
public class HK2Exception extends Exception
Base class for HK2 defined checked exceptions- Author:
- jwells
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HK2Exception()
HK2Exception(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
-
-