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.
|
getCausedByException
public IllegalLoopbackException()
public IllegalLoopbackException(java.lang.String message)
message
- The detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.