org.kohsuke.stapler.framework.adjunct
Class NoSuchAdjunctException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
- All Implemented Interfaces:
- Serializable
public class NoSuchAdjunctException
- extends IOException
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchAdjunctException
public NoSuchAdjunctException()
NoSuchAdjunctException
public NoSuchAdjunctException(String message)
NoSuchAdjunctException
public NoSuchAdjunctException(String message,
Throwable cause)
NoSuchAdjunctException
public NoSuchAdjunctException(Throwable cause)
Copyright © 2012. All Rights Reserved.