Class ClassNotResolvedException

  • All Implemented Interfaces:
    Serializable

    public class ClassNotResolvedException
    extends NucleusException
    A ClassNotResolvedException is thrown if an attempt is made to load a class that cannot be found by the ClassLoaderResolver.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassNotResolvedException

        public ClassNotResolvedException​(String msg,
                                         Throwable nested)
        Constructs a class-not-resolvable exception with the specified detail message and nested exception.
        Parameters:
        msg - the exception message
        nested - the nested exception(s).
      • ClassNotResolvedException

        public ClassNotResolvedException​(String msg)
        Constructs a class-not-resolvable exception with the specified detail message and nested exception.
        Parameters:
        msg - the exception message