Class LibraryLoadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.LibraryLoadException
All Implemented Interfaces:
Serializable

public class LibraryLoadException extends RuntimeException
Thrown when a library the plugin downloads at runtime cannot be resolved, fetched or loaded.
See Also:
  • Constructor Details

    • LibraryLoadException

      public LibraryLoadException(String message)
      Creates the exception with a message of its own.
      Parameters:
      message - what went wrong
    • LibraryLoadException

      public LibraryLoadException(String message, Throwable cause)
      Creates the exception around the failure that broke the load.
      Parameters:
      message - what went wrong
      cause - the underlying failure