org.kohsuke.stapler
Class NoStaplerConstructorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.kohsuke.stapler.NoStaplerConstructorException
- All Implemented Interfaces:
- Serializable
public class NoStaplerConstructorException
- extends IllegalArgumentException
- 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 |
NoStaplerConstructorException
public NoStaplerConstructorException(String s)
NoStaplerConstructorException
public NoStaplerConstructorException(String message,
Throwable cause)
NoStaplerConstructorException
public NoStaplerConstructorException(Throwable cause)
Copyright © 2010. All Rights Reserved.