java.dyn
Class InvokeDynamicBootstrapError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by java.dyn.InvokeDynamicBootstrapError
All Implemented Interfaces:
java.io.Serializable

public class InvokeDynamicBootstrapError
extends java.lang.LinkageError

See Also:
Serialized Form

Constructor Summary
InvokeDynamicBootstrapError()
           
InvokeDynamicBootstrapError(java.lang.String s)
           
InvokeDynamicBootstrapError(java.lang.String s, 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

InvokeDynamicBootstrapError

public InvokeDynamicBootstrapError()

InvokeDynamicBootstrapError

public InvokeDynamicBootstrapError(java.lang.String s)

InvokeDynamicBootstrapError

public InvokeDynamicBootstrapError(java.lang.String s,
                                   java.lang.Throwable cause)