org.jenkinsci.plugins.sharedobjects
Class SharedObjectException

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

public class SharedObjectException
extends Exception

Author:
Gregory Boissinot
See Also:
Serialized Form

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

SharedObjectException

public SharedObjectException()

SharedObjectException

public SharedObjectException(String s)

SharedObjectException

public SharedObjectException(String s,
                             Throwable throwable)

SharedObjectException

public SharedObjectException(Throwable throwable)


Copyright © 2004-2013. All Rights Reserved.