Class CreateException

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

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

  • Constructor Details

    • CreateException

      public CreateException()
    • CreateException

      public CreateException(String message)
    • CreateException

      public CreateException(String message, Throwable cause)
    • CreateException

      public CreateException(Throwable cause)