com.ibm.websphere.srm
Class WSIFServiceCreationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.srm.WSIFServiceCreationFailedException
All Implemented Interfaces:
java.io.Serializable

public class WSIFServiceCreationFailedException
extends java.lang.Exception

Thrown by the when there was a problem creating a WSIFService due to an underlying problem in the WSIFServiceFactory.

Since:
1.0
Version:
1.0
See Also:
Serialized Form

Constructor Summary
WSIFServiceCreationFailedException()
          Constructor for WSIFServiceCreationFailedException.
WSIFServiceCreationFailedException(java.lang.String message)
          Constructor for WSIFServiceCreationFailedException.
 
Method Summary
 java.lang.String toString()
          The String representation of this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSIFServiceCreationFailedException

public WSIFServiceCreationFailedException()
Constructor for WSIFServiceCreationFailedException.


WSIFServiceCreationFailedException

public WSIFServiceCreationFailedException(java.lang.String message)
Constructor for WSIFServiceCreationFailedException.

Parameters:
message - Exception message.
Method Detail

toString

public java.lang.String toString()
The String representation of this exception.

Returns:
See Above.