All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.tspaces.TupleSpaceCommunicationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.tspaces.TupleSpaceException
                           |
                           +----com.ibm.tspaces.TupleSpaceCommunicationException

public class TupleSpaceCommunicationException
extends TupleSpaceException

Constructor Index

 o TupleSpaceCommunicationException(String)
 o TupleSpaceCommunicationException(String, Object)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.
 o TupleSpaceCommunicationException(String, Object, Object)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.
 o TupleSpaceCommunicationException(String, Object, Object, Object)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.
 o TupleSpaceCommunicationException(String, Object, Object, Object, Object)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.
 o TupleSpaceCommunicationException(String, Object, Object, Object, Object, Object)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.
 o TupleSpaceCommunicationException(String, Object[])
Create a TupleSpaceCommunicaton exception and record a reason for the exception.

Constructors

 o TupleSpaceCommunicationException
 public TupleSpaceCommunicationException(String msg)
Parameters:
msg - The reason for the TupleSpaceCommunicaton exception
 o TupleSpaceCommunicationException
 public TupleSpaceCommunicationException(String messageKey,
                                         Object messageParameters[])
Create a TupleSpaceCommunicaton exception and record a reason for the exception.

Parameters:
messageString - A localized message pattern for use by the class MessageFormat
messageParameters - The array of parameters to be substituted into the message string during formating
 o TupleSpaceCommunicationException
 public TupleSpaceCommunicationException(String messageKey,
                                         Object p1)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.

Parameters:
messageString - A localized message pattern for use by the class MessageFormat
p1 - a paramater to be substituted into the format string
 o TupleSpaceCommunicationException
 public TupleSpaceCommunicationException(String messageKey,
                                         Object p1,
                                         Object p2)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.

Parameters:
messageString - A localized message pattern for use by the class MessageFormat
p1 - a paramater to be substituted into the format string
p2 - a paramater to be substituted into the format string
 o TupleSpaceCommunicationException
 public TupleSpaceCommunicationException(String messageKey,
                                         Object p1,
                                         Object p2,
                                         Object p3)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.

Parameters:
messageString - A localized message pattern for use by the class MessageFormat
p1 - a paramater to be substituted into the format string
p2 - a paramater to be substituted into the format string
p3 - a paramater to be substituted into the format string
 o TupleSpaceCommunicationException
 public TupleSpaceCommunicationException(String messageKey,
                                         Object p1,
                                         Object p2,
                                         Object p3,
                                         Object p4)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.

Parameters:
messageString - A localized message pattern for use by the class MessageFormat
p1 - a paramater to be substituted into the format string
p2 - a paramater to be substituted into the format string
p3 - a paramater to be substituted into the format string
p4 - a paramater to be substituted into the format string
 o TupleSpaceCommunicationException
 public TupleSpaceCommunicationException(String messageKey,
                                         Object p1,
                                         Object p2,
                                         Object p3,
                                         Object p4,
                                         Object p5)
Create a TupleSpaceCommunicaton exception and record a reason for the exception.

Parameters:
messageString - A localized message pattern for use by the class MessageFormat
p1 - a paramater to be substituted into the format string
p2 - a paramater to be substituted into the format string
p3 - a paramater to be substituted into the format string
p4 - a paramater to be substituted into the format string
p5 - a paramater to be substituted into the format string

All Packages  Class Hierarchy  This Package  Previous  Next  Index