java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lemminx.customservice.synapse.api.generator.APIException
All Implemented Interfaces:
Serializable

public class APIException extends Exception
Class APIException creates a custom exception for Rest API admin
See Also:
  • Constructor Details

    • APIException

      public APIException()
    • APIException

      public APIException(String message)
    • APIException

      public APIException(Throwable cause)
    • APIException

      public APIException(String message, Throwable cause)