org.milyn.scribe
Class NoMethodWithAnnotationFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NoMethodWithAnnotationFoundException()
           
NoMethodWithAnnotationFoundException(String message)
           
NoMethodWithAnnotationFoundException(String message, Throwable cause)
           
NoMethodWithAnnotationFoundException(Throwable cause)
           
 
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

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 © 2014. All Rights Reserved.