Sun Adapter for COM/DCOM API

com.stc.connector.comadapter.taskprocessor
Class TaskException

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.TaskException
All Implemented Interfaces:
java.io.Serializable

public class TaskException
extends ProcessorException

See Also:
Serialized Form

Constructor Summary
TaskException(java.lang.String msg)
           
TaskException(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

TaskException

public TaskException(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.

TaskException

public TaskException(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.