BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


commonj.work
Class WorkRejectedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycommonj.work.WorkException
              extended bycommonj.work.WorkRejectedException
All Implemented Interfaces:
Serializable

public class WorkRejectedException
extends WorkException

This is thrown then the Work cannot be started. This can happen security contexts are invalid when the Work is started or when using remote Work objects, the remote JVM hosting the WorkManager has failed.

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

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

WorkRejectedException

public WorkRejectedException()
Constructor for a WorkRejectedException

Since:
1.0

WorkRejectedException

public WorkRejectedException(String message)
Constructor for a WorkRejectedException

Since:
1.0

WorkRejectedException

public WorkRejectedException(String message,
                             Throwable cause)
Constructor for a WorkRejectedException

Since:
1.0

WorkRejectedException

public WorkRejectedException(Throwable cause)
Constructor for a WorkRejectedException

Since:
1.0

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