org.glassfish.hk2.api
Class HK2RuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.hk2.api.HK2RuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MultiException, UnsatisfiedDependencyException

public class HK2RuntimeException
extends java.lang.RuntimeException

Base class for HK2 defined runtime exceptions

Author:
jwells
See Also:
Serialized Form

Constructor Summary
HK2RuntimeException()
           
HK2RuntimeException(java.lang.String message)
           
HK2RuntimeException(java.lang.String message, java.lang.Throwable cause)
           
HK2RuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HK2RuntimeException

public HK2RuntimeException()

HK2RuntimeException

public HK2RuntimeException(java.lang.String message)
Parameters:
message -

HK2RuntimeException

public HK2RuntimeException(java.lang.Throwable cause)
Parameters:
cause -

HK2RuntimeException

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


Copyright © 2012 Oracle Corporation. All Rights Reserved.