Skip navigation links

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

E15033-03


com.bea.wli.config.component
Class DeleteException

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

All Implemented Interfaces:
java.io.Serializable

public class DeleteException
extends java.lang.Exception

Thrown when deletion of a resource, folder or project fails due to a reason other than validation constraints.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           

 

Constructor Summary
DeleteException()
           
DeleteException(java.lang.String message)
           
DeleteException(java.lang.String message, java.lang.Throwable cause)
           
DeleteException(java.lang.Throwable 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

Constructor Detail

DeleteException

public DeleteException()

DeleteException

public DeleteException(java.lang.String message)

DeleteException

public DeleteException(java.lang.String message,
                       java.lang.Throwable cause)

DeleteException

public DeleteException(java.lang.Throwable cause)

Skip navigation links

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

E15033-03


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