Package org.glassfish.hk2.api
Class HK2RuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.api.HK2RuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommitFailedException
,DuplicateServiceException
,MultiException
,PrepareFailedException
,RollbackFailedException
,RunLevelException
,UnsatisfiedDependencyException
Base class for HK2 defined runtime exceptions
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHK2RuntimeException
(String message) HK2RuntimeException
(String message, Throwable cause) HK2RuntimeException
(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
-
HK2RuntimeException
public HK2RuntimeException() -
HK2RuntimeException
- Parameters:
message
-
-
HK2RuntimeException
- Parameters:
cause
-
-
HK2RuntimeException
- Parameters:
message
-cause
-
-