Class MethodNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.cdancy.jenkins.rest.exception.MethodNotAllowedException
-
- All Implemented Interfaces:
java.io.Serializable
public class MethodNotAllowedException extends java.lang.RuntimeExceptionThrown when a method was used that is not supported by this endpoint.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodNotAllowedException()MethodNotAllowedException(java.lang.String arg0)MethodNotAllowedException(java.lang.String arg0, java.lang.Throwable arg1)MethodNotAllowedException(java.lang.Throwable arg0)
-
-
-
Constructor Detail
-
MethodNotAllowedException
public MethodNotAllowedException()
-
MethodNotAllowedException
public MethodNotAllowedException(java.lang.String arg0, java.lang.Throwable arg1)
-
MethodNotAllowedException
public MethodNotAllowedException(java.lang.String arg0)
-
MethodNotAllowedException
public MethodNotAllowedException(java.lang.Throwable arg0)
-
-