org.milyn.scribe
Class NoMethodWithAnnotationFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.milyn.scribe.NoMethodWithAnnotationFoundException
- All Implemented Interfaces:
- Serializable
public class NoMethodWithAnnotationFoundException
- extends RuntimeException
Is thrown when no 'expected' method was found with a certain annotation.
- Author:
- maurice.zeijen@smies.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoMethodWithAnnotationFoundException
public NoMethodWithAnnotationFoundException()
NoMethodWithAnnotationFoundException
public NoMethodWithAnnotationFoundException(String message)
- Parameters:
message -
NoMethodWithAnnotationFoundException
public NoMethodWithAnnotationFoundException(Throwable cause)
- Parameters:
cause -
NoMethodWithAnnotationFoundException
public NoMethodWithAnnotationFoundException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2018. All rights reserved.