public class PendingException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
PendingException()
Constructs a PendingException with no detail message.
|
PendingException(java.lang.String msg)
Constructs a PendingException with the specified detail message.
|
public PendingException()
public PendingException(java.lang.String msg)
msg - the detail message.Copyright © 2020. All Rights Reserved.