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