Class InternalUnsupportedModelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.tooling.internal.protocol.InternalUnsupportedModelException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalUnsupportedModelException extends java.lang.RuntimeException
A wrapper thrown when some requested model is not available. Any details will be made available in the cause of the exception.Consumer compatibility: Versions 1.6-rc-1 and later use this type.
Provider compatibility: Versions prior to 1.8-rc-1 did not attach any cause to this exception.
DO NOT CHANGE THIS CLASS. It is part of the cross-version protocol.- Since:
- 1.6-rc-1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalUnsupportedModelException()
-