Class UpdateException

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

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

  • Constructor Details

    • UpdateException

      public UpdateException()
    • UpdateException

      public UpdateException(String message)
    • UpdateException

      public UpdateException(String message, Throwable cause)
    • UpdateException

      public UpdateException(Throwable cause)