com.ibm.twss.spm.admin.common
Class ServicePolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.twss.spm.admin.common.ServicePolicyException
- All Implemented Interfaces:
- java.io.Serializable
public class ServicePolicyException
- extends java.lang.Exception
- implements java.io.Serializable
General service policy manager fault.
messageID
Unique message identifier.
text
Message text, with replacement variables marked with
%#.
variables
Optional variables to substitute into text
string.
- See Also:
- Serialized Form
Constructor Summary |
ServicePolicyException(java.lang.String messageID,
java.lang.String text,
java.lang.String[] variables)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServicePolicyException
public ServicePolicyException(java.lang.String messageID,
java.lang.String text,
java.lang.String[] variables)
getMessageID
public java.lang.String getMessageID()
getText
public java.lang.String getText()
getVariables
public java.lang.String[] getVariables()
getVariables
public java.lang.String getVariables(int i)
Copyright © IBM Corp. All Rights Reserved.