org.jenkinsci.plugins.sharedobjects
Class SharedObjectsException

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

public class SharedObjectsException
extends Exception

Author:
Gregory Boissinot
See Also:
Serialized Form

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

SharedObjectsException

public SharedObjectsException()

SharedObjectsException

public SharedObjectsException(String s)

SharedObjectsException

public SharedObjectsException(String s,
                              Throwable throwable)

SharedObjectsException

public SharedObjectsException(Throwable throwable)


Copyright © 2004-2012. All Rights Reserved.