Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler
Class ExecutionBizErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.ExecutionErrorException
                  extended by oracle.as.scheduler.ExecutionBizErrorException

All Implemented Interfaces:
java.io.Serializable

public final class ExecutionBizErrorException
extends ExecutionErrorException

Exception used by the Executable interface to indicate a business error condition was encountered during execution.

See Also:
Executable, Serialized Form

Constructor Summary
ExecutionBizErrorException()
          Constructs a new exception with null detail message.
ExecutionBizErrorException(java.lang.String message)
          Constructs a new exception with the specified detail message.
ExecutionBizErrorException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ExecutionBizErrorException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.

 

Method Summary

 

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

ExecutionBizErrorException

public ExecutionBizErrorException()
Constructs a new exception with null detail message. The cause is not initialized.

ExecutionBizErrorException

public ExecutionBizErrorException(java.lang.String message)
Constructs a new exception with the specified detail message. The cause is not initialized.
Parameters:
message - the detail message. This can be retrieved by the getMessage method.

ExecutionBizErrorException

public ExecutionBizErrorException(java.lang.String message,
                                  java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
Parameters:
message - the detail message. This can be retrieved by the getMessage method.
cause - the cause. This can be retrieved by the getCause method.

ExecutionBizErrorException

public ExecutionBizErrorException(java.lang.Throwable cause)
Constructs a new exception with the specified cause. The detail message will be null.
Parameters:
cause - the cause. This can be retrieved by the getCause method.

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.