public class ConcurrentStreamChannelAccessException extends IllegalStateException
| Constructor and Description | 
|---|
| ConcurrentStreamChannelAccessException()Constructs a  ConcurrentStreamChannelAccessExceptionwith no detail message. | 
| ConcurrentStreamChannelAccessException(String msg)Constructs a  ConcurrentStreamChannelAccessExceptionwith the specified detail message. | 
| ConcurrentStreamChannelAccessException(String msg,
                                      Throwable cause)Constructs a  ConcurrentStreamChannelAccessExceptionwith the specified detail message and cause. | 
| ConcurrentStreamChannelAccessException(Throwable cause)Constructs a  ConcurrentStreamChannelAccessExceptionwith the specified cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConcurrentStreamChannelAccessException()
ConcurrentStreamChannelAccessException with no detail message. The cause is not initialized,
 and may subsequently be initialized by a call to initCause.public ConcurrentStreamChannelAccessException(String msg)
ConcurrentStreamChannelAccessException with the specified detail message. The cause is not
 initialized, and may subsequently be initialized by a call to initCause.msg - the detail messagepublic ConcurrentStreamChannelAccessException(Throwable cause)
ConcurrentStreamChannelAccessException with the specified cause. The detail message is set
 to:
 (cause == null ? null : cause.toString())(which typically contains the class and detail message of
cause).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)public ConcurrentStreamChannelAccessException(String msg, Throwable cause)
ConcurrentStreamChannelAccessException with the specified detail message and cause.msg - the detail messagecause - the cause (which is saved for later retrieval by the Throwable.getCause() method)Copyright © 2017 JBoss by Red Hat. All rights reserved.