Class LoadException

All Implemented Interfaces:
Serializable

public class LoadException extends IOException
Thrown when a load fails in an expected way. The supplied message should explain the reason.
See Also:
  • Constructor Details

    • LoadException

      public LoadException(String message)
      Create a new LoadException with the given message
      Parameters:
      message - The exception message
    • LoadException

      public LoadException(String message, Throwable cause)
      Create a new LoadException with the given message and cause
      Parameters:
      message - The exception message
      cause - The exception cause
    • LoadException

      public LoadException(Throwable cause)
      Create a new LoadException with the given cause
      Parameters:
      cause - The exception cause