Class IllegalMethodSignatureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalMethodSignatureException
    extends java.lang.RuntimeException
    Thrown, if the method signature which is to be called, is invalid one. This exception is to be expected whilst the scenario or prepare/cleanup method execution.

    Author:
    Erhan Bagdemir
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • IllegalMethodSignatureException

        public IllegalMethodSignatureException​(java.lang.String message)
        Constructs a new IllegalMethodSignatureException instance.

        Parameters:
        message - Error message.