org.jenkinsci.plugins.deploy.weblogic.exception
Class RequiredJDKNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jenkinsci.plugins.deploy.weblogic.exception.RequiredJDKNotFoundException
All Implemented Interfaces:
Serializable

public class RequiredJDKNotFoundException
extends RuntimeException

Author:
rchaumie
See Also:
Serialized Form

Constructor Summary
RequiredJDKNotFoundException()
           
RequiredJDKNotFoundException(String message)
           
RequiredJDKNotFoundException(String message, Throwable cause)
           
RequiredJDKNotFoundException(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

RequiredJDKNotFoundException

public RequiredJDKNotFoundException()

RequiredJDKNotFoundException

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

RequiredJDKNotFoundException

public RequiredJDKNotFoundException(String message)
Parameters:
message -

RequiredJDKNotFoundException

public RequiredJDKNotFoundException(Throwable cause)
Parameters:
cause -


Copyright © 2004-2012. All Rights Reserved.