Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

oracle.ias.scheduler
Class WindowNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ias.scheduler.WindowNotFoundException
All Implemented Interfaces:
java.io.Serializable

public final class WindowNotFoundException
extends java.lang.Exception

This exception is thrown by the scheduler when the window name specified is not found.

See Also:
Serialized Form

Constructor Summary
WindowNotFoundException()
          Constructs a new exception with null as its detail message.
WindowNotFoundException(java.lang.String message)
          Constructs a new exception with the specified detail message.
WindowNotFoundException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
WindowNotFoundException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.
 
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

WindowNotFoundException

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


WindowNotFoundException

public WindowNotFoundException(java.lang.String message)
Constructs a new exception with the specified detail message. The cause is not initialized.

Parameters:
message - The detail message which is later retrieved using the getMessage method.

WindowNotFoundException

public WindowNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - The detail message which is later retrieved using the getMessage method.
cause - The cause which is saved for the later retrieval by the getCause method.

WindowNotFoundException

public WindowNotFoundException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - The cause which is saved for the later retrieval by the getCause method.

Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

Copyright © 2006, Oracle. All rights reserved.