com.ibm.tspaces
Class TupleSpaceServerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.tspaces.TupleSpaceException
|
+--com.ibm.tspaces.TupleSpaceServerException
- public class TupleSpaceServerException
- extends TupleSpaceException
Create a TupleSpaceServer exception that indicates that there is a problem
on the Tuple Space Server
- Author:
- Daniel Ford
- See Also:
- Serialized Form
|
Constructor Summary |
TupleSpaceServerException(java.lang.String msg)
|
TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object p1)
Create a TupleSpaceServer exception and record a reason for the
exception. |
TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object[] messageParameters)
Create a TupleSpaceServer exception and record a reason for the
exception. |
TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2)
Create a TupleSpaceServer exception and record a reason for the
exception. |
TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
Create a TupleSpaceServer exception and record a reason for the
exception. |
TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4)
Create a TupleSpaceServer exception and record a reason for the
exception. |
TupleSpaceServerException(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 TupleSpaceServer 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 |
TupleSpaceServerException
public TupleSpaceServerException(java.lang.String msg)
- Parameters:
msg - The reason for the TupleSpace exception
TupleSpaceServerException
public TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object[] messageParameters)
- Create a TupleSpaceServer 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
TupleSpaceServerException
public TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object p1)
- Create a TupleSpaceServer 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
TupleSpaceServerException
public TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2)
- Create a TupleSpaceServer 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
TupleSpaceServerException
public TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
- Create a TupleSpaceServer 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
TupleSpaceServerException
public TupleSpaceServerException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4)
- Create a TupleSpaceServer 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
TupleSpaceServerException
public TupleSpaceServerException(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 TupleSpaceServer 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