com.ibm.soa.sp.trafficsh
Class InvalidResourceSpecificationDefinedFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.soa.sp.trafficsh.InvalidResourceSpecificationDefinedFault
All Implemented Interfaces:
java.io.Serializable

public class InvalidResourceSpecificationDefinedFault
extends java.lang.Exception
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InvalidResourceSpecificationDefinedFault(java.lang.String resource, java.lang.String messageID, java.lang.String text, java.lang.String[] variables)
           
 
Method Summary
 java.lang.String getMessageID()
           
 java.lang.String getResource()
           
 java.lang.String getText()
           
 java.lang.String[] getVariables()
           
 java.lang.String getVariables(int i)
           
 
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
 

Constructor Detail

InvalidResourceSpecificationDefinedFault

public InvalidResourceSpecificationDefinedFault(java.lang.String resource,
                                                java.lang.String messageID,
                                                java.lang.String text,
                                                java.lang.String[] variables)
Method Detail

getResource

public java.lang.String getResource()

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 © 2003 IBM Corp. All Rights Reserved.