Class RSAException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.RSAException
All Implemented Interfaces:
java.io.Serializable

public class RSAException
extends CJException
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class com.mysql.cj.exceptions.CJException

    exceptionMessage
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
      RSAException()  
      RSAException​(java.lang.String message)  
      RSAException​(java.lang.String message, java.lang.Throwable cause)  
    protected RSAException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      RSAException​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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 Details

    • RSAException

      public RSAException()
    • RSAException

      public RSAException​(java.lang.String message)
    • RSAException

      public RSAException​(java.lang.String message, java.lang.Throwable cause)
    • RSAException

      public RSAException​(java.lang.Throwable cause)
    • RSAException

      protected RSAException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)