Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.2)
E26229-03


oracle.as.scheduler
Class ValidationException

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

All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends SchedulerException

Exception class thrown to indicate failures in metadata object validations before persisting into the metadata repository.

See Also:
Serialized Form

Constructor Summary
ValidationException()
          Default constructor
ValidationException(java.lang.String msg)
          Constructor with a detailed message
ValidationException(java.lang.String msg, java.lang.Throwable cause)
          Constructor to create the instance with an message and cause
ValidationException(java.lang.Throwable cause)
          Constructor that creates the instance based on a 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

ValidationException

public ValidationException()
Default constructor

ValidationException

public ValidationException(java.lang.String msg)
Constructor with a detailed message
Parameters:
msg - - the detailed message associated with this exception

ValidationException

public ValidationException(java.lang.Throwable cause)
Constructor that creates the instance based on a cause
Parameters:
cause - - the underlying cause for exception

ValidationException

public ValidationException(java.lang.String msg,
                           java.lang.Throwable cause)
Constructor to create the instance with an message and cause
Parameters:
msg - - the detailed message to be associated with the exception
cause - - the underlying cause.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.2)
E26229-03


Copyright © 2008, 2012 Oracle. All rights reserved.