Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


com.bea.wli.config.component
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.config.component.ValidationException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistsException, InvalidAttributeValueException, NotFoundException

public class ValidationException
extends java.lang.Exception

Thrown when a configuration operation cannot be performed on a resource, folder or project due to non-existing data, or other constraints

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           

 

Constructor Summary
ValidationException(Diagnostics diags)
           
ValidationException(Ref ref, java.lang.String msg, java.lang.Throwable cause)
           
ValidationException(java.lang.String msg, java.lang.Throwable cause)
           

 

Method Summary
 Diagnostics getDiagnostics()
           
 Ref getRef()
          Returns the reference for the component which this exception relates to

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

Constructor Detail

ValidationException

public ValidationException(Ref ref,
                           java.lang.String msg,
                           java.lang.Throwable cause)

ValidationException

public ValidationException(java.lang.String msg,
                           java.lang.Throwable cause)

ValidationException

public ValidationException(Diagnostics diags)

Method Detail

getRef

public Ref getRef()
Returns the reference for the component which this exception relates to
Returns:

getDiagnostics

public Diagnostics getDiagnostics()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.