BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


commonj.work
Class WorkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycommonj.work.WorkException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WorkCompletedException, WorkRejectedException

public class WorkException
extends Exception

This is the base class for all Work related exceptions.

Since:
1.0
See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
WorkException()
          Constructor for WorkException
WorkException(String message)
          Constructor for WorkException
WorkException(String message, Throwable cause)
          Constructor for WorkException
WorkException(Throwable cause)
          Constructor for WorkException
 
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

WorkException

public WorkException()
Constructor for WorkException

Since:
1.0

WorkException

public WorkException(String message)
Constructor for WorkException

Since:
1.0

WorkException

public WorkException(String message,
                     Throwable cause)
Constructor for WorkException

Since:
1.0

WorkException

public WorkException(Throwable cause)
Constructor for WorkException

Since:
1.0

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.