public class AgentException
extends java.lang.Exception
Constructor and Description |
---|
AgentException()
Default constructor.
|
AgentException(java.lang.Exception e)
Constructs with an exception as the cause of this exception.
|
AgentException(java.lang.String description)
Constructs with a description.
|
AgentException(java.lang.String description,
java.lang.Exception e)
Constructs with a description and cause.
|
public AgentException()
public AgentException(java.lang.String description)
description
- Textual description of the problem.public AgentException(java.lang.Exception e)
e
- Exception cause.public AgentException(java.lang.String description, java.lang.Exception e)
description
- Textual description of the problem.e
- Exception cause.?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.