Class OnlineToolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.tools.OnlineToolException
All Implemented Interfaces:
Serializable

public class OnlineToolException extends Exception
Default Exception thrown to the Online Tool
Author:
Rohit Lodha
See Also:
  • Constructor Details

    • OnlineToolException

      public OnlineToolException()
      Default constructor for OnlineToolException.
    • OnlineToolException

      public OnlineToolException(String arg0)
      Constructs an OnlineToolException with the specified message.
      Parameters:
      arg0 -
    • OnlineToolException

      public OnlineToolException(Throwable arg0)
      Constructs an OnlineToolException with the specified throwable.
      Parameters:
      arg0 -
    • OnlineToolException

      public OnlineToolException(String arg0, Throwable arg1)
      Constructs an OnlineToolException with the specified message and throwable.
      Parameters:
      arg0 -
      arg1 -
    • OnlineToolException

      public OnlineToolException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
      Constructs an OnlineToolException with the specified message, throwable, and booleans.
      Parameters:
      arg0 -
      arg1 -
      arg2 -
      arg3 -