Class UpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.data.update.exception.UpdateException
All Implemented Interfaces:
Serializable

@ThreadSafe public class UpdateException extends Exception
An exception used when an error occurs reading a setting.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • UpdateException

      public UpdateException()
      Creates a new UpdateException.
    • UpdateException

      public UpdateException(String msg)
      Creates a new UpdateException.
      Parameters:
      msg - a message for the exception.
    • UpdateException

      public UpdateException(Throwable ex)
      Creates a new UpdateException.
      Parameters:
      ex - the cause of the update exception.
    • UpdateException

      public UpdateException(String msg, Throwable ex)
      Creates a new UpdateException.
      Parameters:
      msg - a message for the exception.
      ex - the cause of the update exception.