Class 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
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization
      See Also:
  • Constructor Details

    • HK2RuntimeException

      public HK2RuntimeException()
    • HK2RuntimeException

      public HK2RuntimeException(String message)
      Parameters:
      message -
    • HK2RuntimeException

      public HK2RuntimeException(Throwable cause)
      Parameters:
      cause -
    • HK2RuntimeException

      public HK2RuntimeException(String message, Throwable cause)
      Parameters:
      message -
      cause -