org.jenkinsci.plugins.envinject
Class EnvInjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.plugins.envinject.EnvInjectException
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class EnvInjectException
extends Exception

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectException(String s)
          Deprecated.  
EnvInjectException(String s, Throwable throwable)
          Deprecated.  
EnvInjectException(Throwable throwable)
          Deprecated.  
 
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

EnvInjectException

public EnvInjectException(String s)
Deprecated. 

EnvInjectException

public EnvInjectException(Throwable throwable)
Deprecated. 

EnvInjectException

public EnvInjectException(String s,
                          Throwable throwable)
Deprecated. 


Copyright © 2004-2012. All Rights Reserved.