org.glassfish.hk2.api
Class HK2Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.hk2.api.HK2Exception
All Implemented Interfaces:
java.io.Serializable

public class HK2Exception
extends java.lang.Exception

Base class for HK2 defined checked exceptions

Author:
jwells
See Also:
Serialized Form

Constructor Summary
HK2Exception()
           
HK2Exception(java.lang.String message)
           
HK2Exception(java.lang.String message, java.lang.Throwable cause)
           
HK2Exception(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

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 -


Copyright © 2012 Oracle Corporation. All Rights Reserved.