Package mireka.startup
Class InvalidMethodSignatureException
- Object
-
- Throwable
-
- Exception
-
- mireka.startup.InvalidMethodSignatureException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidMethodSignatureException extends ExceptionThrown to indicate that a method annotated withPostConstructorPreDestroyhas a non-empty argument list.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMethodSignatureException(String message, Throwable cause)
-