public class DelegateException
extends java.lang.Exception
Constructor and Description |
---|
DelegateException()
Default constructor.
|
DelegateException(java.lang.String msg)
Constructs with a description.
|
DelegateException(java.lang.String msg,
java.lang.Throwable t)
Constructs with a description and cause.
|
DelegateException(java.lang.Throwable t)
Constructs with an exception as the cause of this exception.
|
public DelegateException()
public DelegateException(java.lang.String msg)
msg
- Textual description of the problem.public DelegateException(java.lang.Throwable t)
t
- Exception cause.public DelegateException(java.lang.String msg, java.lang.Throwable t)
msg
- Textual description of the problem.t
- 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.