com.webmethods.sc.mws
Class MWServerException

java.lang.Object
  extended by LocalizedException
      extended by com.webmethods.sc.mws.MWServerException

public class MWServerException
extends LocalizedException

General directory exception identifies failure to perform directory operation


Constructor Summary
MWServerException(String msgKey)
          Use primarily for debugging.
MWServerException(String msgKey, Object[] msgSubstitutions)
          Use primarily for debugging.
MWServerException(String msgKey, Object[] msgSubstitutions, Throwable rootCause)
          Use primarily for debugging.
MWServerException(String msgKey, Throwable rootCause)
          Use primarily for debugging.
MWServerException(Throwable rootCause)
          Use primarily for debugging.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MWServerException

public MWServerException(String msgKey,
                         Object[] msgSubstitutions,
                         Throwable rootCause)
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.

Parameters:
msgKey - Required; information adding the value that throwing this DirectoryException should give.
rootCause - The audit exception cause; used to get the message for the exception. Is the audit exception cause.

MWServerException

public MWServerException(String msgKey,
                         Throwable rootCause)
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.

Parameters:
msgKey - Required; information adding the value that throwing this DirectoryException should give.
rootCause - The audit exception cause; used to get the message for the exception. Is the audit exception cause.

MWServerException

public MWServerException(String msgKey,
                         Object[] msgSubstitutions)
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.

Parameters:
msgKey - Required; information adding the value that throwing this DirectoryException should give.
rootCause - The audit exception cause; used to get the message for the exception. Is the audit exception cause.

MWServerException

public MWServerException(String msgKey)
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.

Parameters:
msgKey - Required; information adding the value that throwing this DirectoryException should give.
rootCause - The audit exception cause; used to get the message for the exception. Is the audit exception cause.

MWServerException

public MWServerException(Throwable rootCause)
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.

Parameters:
msgKey - Required; information adding the value that throwing this DirectoryException should give.
rootCause - The audit exception cause; used to get the message for the exception. Is the audit exception cause.