Class SchemaLoadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gridgain.internal.mcp.exception.SchemaLoadException
All Implemented Interfaces:
Serializable

public class SchemaLoadException extends RuntimeException
Custom exception to carry McpResponse errors without caching them.
See Also:
  • Constructor Details

    • SchemaLoadException

      public SchemaLoadException(McpResponse errorResponse)
  • Method Details

    • getErrorResponse

      public McpResponse getErrorResponse()