GigaSpaces XAP 10.0.1 API

net.jini.io
Class UnsupportedConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.jini.io.UnsupportedConstraintException
All Implemented Interfaces:
Serializable

public class UnsupportedConstraintException
extends IOException

Typically used as the nested exception of a 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:

Since:
2.0
Author:
Sun Microsystems, Inc.
See Also:
RemoteMethodControl, Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedConstraintException

public UnsupportedConstraintException(String s)
Creates an instance with the specified detail message.

Parameters:
s - the detail message

UnsupportedConstraintException

public UnsupportedConstraintException(String s,
                                      Throwable cause)
Creates an instance with the specified detail message and cause.

Parameters:
s - the detail message
cause - the cause

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.