java.io.Serializable
public class JavaToolException
extends java.lang.Exception
JavaToolResult.getExitCode()
,
Serialized FormConstructor | Description |
---|---|
JavaToolException(java.lang.String message) |
|
JavaToolException(java.lang.String message,
java.lang.Throwable cause) |
public JavaToolException(java.lang.String message)
message
- The message of the exception.public JavaToolException(java.lang.String message, java.lang.Throwable cause)
message
- The message of the exception.cause
- The cause of the exception.Copyright © 2018. All rights reserved.