IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sib.admin
Class SIBMQResourceDiscoveryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.sib.admin.SIBMQResourceDiscoveryException
All Implemented Interfaces:
java.io.Serializable

public class SIBMQResourceDiscoveryException
extends java.lang.Exception

Wrapper exception class for a MQ resource discovery exception

See Also:
Serialized Form

Constructor Summary
SIBMQResourceDiscoveryException(java.lang.Exception mqException)
          Constructed from the internal MQResourceDiscoveryException
 
Method Summary
 java.lang.String getReasonText(java.util.Locale locale)
          Get the NLS reason text for the MQ resource discovery exception
 
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

SIBMQResourceDiscoveryException

public SIBMQResourceDiscoveryException(java.lang.Exception mqException)
Constructed from the internal MQResourceDiscoveryException

Method Detail

getReasonText

public java.lang.String getReasonText(java.util.Locale locale)
Get the NLS reason text for the MQ resource discovery exception


IBM WebSphere Application ServerTM
Release 7