public class UnsupportedConstraintException extends IOException
ConnectIOException if the constraints for a remote call
cannot be satisfied. Such an exception can be thrown at the point a remote
method is invoked for a variety of reasons, including:
RemoteMethodControl,
Serialized Form| Constructor and Description |
|---|
UnsupportedConstraintException(String s)
Creates an instance with the specified detail message.
|
UnsupportedConstraintException(String s,
Throwable cause)
Creates an instance with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedConstraintException(String s)
s - the detail messageCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.