Sun Adapter for COM/DCOM API

com.stc.connector.comadapter.taskprocessor
Class WorkerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.comadapter.taskprocessor.ProcessorException
              extended by com.stc.connector.comadapter.taskprocessor.WorkerException
All Implemented Interfaces:
java.io.Serializable

public class WorkerException
extends ProcessorException

See Also:
Serialized Form

Constructor Summary
WorkerException(java.lang.String msg)
           
WorkerException(java.lang.String msg, java.lang.Throwable initCause)
           
 
Method Summary
 
Methods inherited from class com.stc.connector.comadapter.taskprocessor.ProcessorException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkerException

public WorkerException(java.lang.String msg,
                       java.lang.Throwable initCause)
Parameters:
msg - This is the description message about what happened.
initCause - This is the Throwable which caused the exception.

WorkerException

public WorkerException(java.lang.String msg)
Parameters:
msg - This is the description message about what happened.

Sun Adapter for COM/DCOM API

Copyright © 1994-2008 Sun Microsystems, Inc. All rights reserved.