All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.tspaces.TupleSpaceClientException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.tspaces.TupleSpaceException
|
+----com.ibm.tspaces.TupleSpaceClientException
- public class TupleSpaceClientException
- extends TupleSpaceException
-
TupleSpaceClientException(String)
-
-
TupleSpaceClientException(String, Object)
- Create a TupleSpaceClient exception and record a reason for the
exception.
-
TupleSpaceClientException(String, Object, Object)
- Create a TupleSpaceClient exception and record a reason for the
exception.
-
TupleSpaceClientException(String, Object, Object, Object)
- Create a TupleSpaceClient exception and record a reason for the
exception.
-
TupleSpaceClientException(String, Object, Object, Object, Object)
- Create a TupleSpaceClient exception and record a reason for the
exception.
-
TupleSpaceClientException(String, Object, Object, Object, Object, Object)
- Create a TupleSpaceClient exception and record a reason for the
exception.
-
TupleSpaceClientException(String, Object[])
-
Create a TupleSpaceClient exception and record a reason for the
exception.
TupleSpaceClientException
public TupleSpaceClientException(String msg)
- Parameters:
- msg - The reason for the TupleSpace exception
TupleSpaceClientException
public TupleSpaceClientException(String messageKey,
Object messageParameters[])
- Create a TupleSpaceClient 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
TupleSpaceClientException
public TupleSpaceClientException(String messageKey,
Object p1)
- Create a TupleSpaceClient 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
TupleSpaceClientException
public TupleSpaceClientException(String messageKey,
Object p1,
Object p2)
- Create a TupleSpaceClient 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
TupleSpaceClientException
public TupleSpaceClientException(String messageKey,
Object p1,
Object p2,
Object p3)
- Create a TupleSpaceClient 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
TupleSpaceClientException
public TupleSpaceClientException(String messageKey,
Object p1,
Object p2,
Object p3,
Object p4)
- Create a TupleSpaceClient 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
TupleSpaceClientException
public TupleSpaceClientException(String messageKey,
Object p1,
Object p2,
Object p3,
Object p4,
Object p5)
- Create a TupleSpaceClient 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