java.lang
Class InstantiationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.InstantiationException

public class InstantiationException
extends Exception


Constructor Summary
InstantiationException()
           
InstantiationException(String message)
           
InstantiationException(String message, Throwable cause)
           
InstantiationException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

InstantiationException

public InstantiationException(String message)

InstantiationException

public InstantiationException()

InstantiationException

public InstantiationException(Throwable cause)

InstantiationException

public InstantiationException(String message,
                              Throwable cause)