Package org.glassfish.hk2.api
Class HK2Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.glassfish.hk2.api.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)
-
-
-
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
-
-
-