Class IllegalSignatureException

All Implemented Interfaces:
Serializable

public class IllegalSignatureException extends TxwException
Signals incorrect method signatures on TypedXmlWriter-derived interfaces.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • IllegalSignatureException

      public IllegalSignatureException(String message)
    • IllegalSignatureException

      public IllegalSignatureException(String message, Throwable cause)
    • IllegalSignatureException

      public IllegalSignatureException(Throwable cause)