Class DeleteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.wli.config.component.DeleteException
All Implemented Interfaces:
Serializable

public class DeleteException extends Exception
Thrown when deletion of a resource, folder or project fails due to a reason other than validation constraints.
See Also:
  • Field Details

  • Constructor Details

    • DeleteException

      public DeleteException()
    • DeleteException

      public DeleteException(String message)
    • DeleteException

      public DeleteException(String message, Throwable cause)
    • DeleteException

      public DeleteException(Throwable cause)