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