Class SigningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xrpl.xrpl4j.keypairs.exceptions.SigningException
All Implemented Interfaces:
Serializable

@Deprecated public class SigningException extends RuntimeException
Deprecated.
use the version from xrpl4j-signing instead.
A RuntimeException thrown when an error occurs during signing.
See Also:
  • Constructor Details

    • SigningException

      public SigningException()
      Deprecated.
      No-arg constructor.
    • SigningException

      public SigningException(String message)
      Deprecated.
      Required-args constructor.
      Parameters:
      message - A detail message String.
    • SigningException

      public SigningException(String message, Throwable cause)
      Deprecated.
      Required-args constructor.
      Parameters:
      message - A detail message String.
      cause - The Throwable that caused this exception.
    • SigningException

      public SigningException(Throwable cause)
      Deprecated.
      Required-args constructor.
      Parameters:
      cause - The Throwable that caused this exception.