public class SemaphoreExhaustedException extends RemotingRuntimeException
| 构造器和说明 |
|---|
SemaphoreExhaustedException(String msg)
Constructor for SemaphoreExhaustedException with the specified detail message.
|
SemaphoreExhaustedException(String msg,
Throwable cause)
Constructor for SemaphoreExhaustedException with the specified detail message
and nested exception.
|
getMessage, getRootCausepublic SemaphoreExhaustedException(String msg)
msg - the detail messagepublic SemaphoreExhaustedException(String msg, Throwable cause)
msg - the detail messagecause - the root cause (usually from using an underlying
remoting API such as RMI)Copyright © 2021–2022. All rights reserved.