Package org.spdx.tools
Class OnlineToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.tools.OnlineToolException
- All Implemented Interfaces:
Serializable
Default Exception thrown to the Online Tool
- Author:
- Rohit Lodha
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for OnlineToolException.OnlineToolException(String arg0) Constructs an OnlineToolException with the specified message.OnlineToolException(String arg0, Throwable arg1) Constructs an OnlineToolException with the specified message and throwable.OnlineToolException(String arg0, Throwable arg1, boolean arg2, boolean arg3) Constructs an OnlineToolException with the specified message, throwable, and booleans.OnlineToolException(Throwable arg0) Constructs an OnlineToolException with the specified throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OnlineToolException
public OnlineToolException()Default constructor for OnlineToolException. -
OnlineToolException
Constructs an OnlineToolException with the specified message.- Parameters:
arg0-
-
OnlineToolException
Constructs an OnlineToolException with the specified throwable.- Parameters:
arg0-
-
OnlineToolException
Constructs an OnlineToolException with the specified message and throwable.- Parameters:
arg0-arg1-
-
OnlineToolException
Constructs an OnlineToolException with the specified message, throwable, and booleans.- Parameters:
arg0-arg1-arg2-arg3-
-