Sun Adapter for COM/DCOM API

com.stc.connector.comadapter.taskprocessor
Class WorkPlaceException

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

public class WorkPlaceException
extends ProcessorException

See Also:
Serialized Form

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

WorkPlaceException

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

WorkPlaceException

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