Class DynamicClassLoadingException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2022-01-27")
    public class DynamicClassLoadingException
    extends java.lang.Exception
    Deprecated.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicClassLoadingException​(java.lang.String desc, java.lang.Throwable root)
      Deprecated.
       
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DynamicClassLoadingException

        public DynamicClassLoadingException​(java.lang.String desc,
                                            java.lang.Throwable root)
        Deprecated.