com.ibm.tspaces
Class TupleSpaceCommunicationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.tspaces.TupleSpaceException
|
+--com.ibm.tspaces.TupleSpaceCommunicationException
- public class TupleSpaceCommunicationException
- extends TupleSpaceException
Create a TupleSpace exception that indicates that there is a problem
on the client side with communicating with the Tuple Space Server.
- Author:
- Daniel Ford
- See Also:
- Serialized Form
|
Constructor Summary |
TupleSpaceCommunicationException(java.lang.String msg)
|
TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1)
Create a TupleSpaceCommunicaton exception and record a reason for the
exception. |
TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object[] messageParameters)
Create a TupleSpaceCommunicaton exception and record a reason for the
exception. |
TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2)
Create a TupleSpaceCommunicaton exception and record a reason for the
exception. |
TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
Create a TupleSpaceCommunicaton exception and record a reason for the
exception. |
TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4)
Create a TupleSpaceCommunicaton exception and record a reason for the
exception. |
TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4,
java.lang.Object p5)
Create a TupleSpaceCommunicaton exception and record a reason for the
exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TupleSpaceCommunicationException
public TupleSpaceCommunicationException(java.lang.String msg)
- Parameters:
msg - The reason for the TupleSpaceCommunicaton exception
TupleSpaceCommunicationException
public TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object[] messageParameters)
- Create a TupleSpaceCommunicaton exception and record a reason for the
exception.
- Parameters:
messageString - A localized message pattern for use by the
class MessageFormatmessageParameters - The array of parameters to be substituted
into the message string during formating
TupleSpaceCommunicationException
public TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1)
- Create a TupleSpaceCommunicaton exception and record a reason for the
exception.
- Parameters:
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format string
TupleSpaceCommunicationException
public TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2)
- Create a TupleSpaceCommunicaton exception and record a reason for the
exception.
- Parameters:
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format stringp2 - a paramater to be substituted into the format string
TupleSpaceCommunicationException
public TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
- Create a TupleSpaceCommunicaton exception and record a reason for the
exception.
- Parameters:
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format stringp2 - a paramater to be substituted into the format stringp3 - a paramater to be substituted into the format string
TupleSpaceCommunicationException
public TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4)
- Create a TupleSpaceCommunicaton exception and record a reason for the
exception.
- Parameters:
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format stringp2 - a paramater to be substituted into the format stringp3 - a paramater to be substituted into the format stringp4 - a paramater to be substituted into the format string
TupleSpaceCommunicationException
public TupleSpaceCommunicationException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4,
java.lang.Object p5)
- Create a TupleSpaceCommunicaton exception and record a reason for the
exception.
- Parameters:
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format stringp2 - a paramater to be substituted into the format stringp3 - a paramater to be substituted into the format stringp4 - a paramater to be substituted into the format stringp5 - a paramater to be substituted into the format string