SandboxConfigurationException
public
class
SandboxConfigurationException
extends ConfigurationException
java.lang.Object | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.config.ConfigurationException | ||
↳ | com.android.tradefed.sandbox.SandboxConfigurationException |
Special Configuration Exception coming from the Sandbox setup.
Summary
Public constructors | |
---|---|
SandboxConfigurationException(String msg, ErrorIdentifier error)
Creates a |
|
SandboxConfigurationException(String msg, Throwable cause, ErrorIdentifier error)
Creates a |
Public constructors
SandboxConfigurationException
public SandboxConfigurationException (String msg, ErrorIdentifier error)
Creates a SandboxConfigurationException
.
Parameters | |
---|---|
msg |
String : a meaningful error message |
error |
ErrorIdentifier : The ErrorIdentifier associated with the exception |
SandboxConfigurationException
public SandboxConfigurationException (String msg, Throwable cause, ErrorIdentifier error)
Creates a SandboxConfigurationException
.
Parameters | |
---|---|
msg |
String : a meaningful error message |
cause |
Throwable : the Throwable that represents the original cause of the error |
error |
ErrorIdentifier : The ErrorIdentifier associated with the exception |