public class IllegalLoopbackException extends ConcurrentAccessException
| Constructor and Description |
|---|
IllegalLoopbackException()
Constructs an exception with no detail message.
|
IllegalLoopbackException(java.lang.String message)
Constructs an exception with the specified detailed message.
|
getCausedByExceptionpublic IllegalLoopbackException()
public IllegalLoopbackException(java.lang.String message)
message - The detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.