Class ClassLoadingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_kiel.rz.fdr.repl.error.ClassLoadingException
All Implemented Interfaces:
Serializable

public class ClassLoadingException extends Exception
Thrown when a class could not be loaded, e.g. due to incorrect class path, or wrong settings.
See Also:
  • Constructor Details

    • ClassLoadingException

      public ClassLoadingException(String message)
      Create a new instance of the exception
      Parameters:
      message - The message.
    • ClassLoadingException

      public ClassLoadingException(String message, Throwable cause)
      Create a new instance of the exception
      Parameters:
      message - The message.
      cause - The cause.