Class UnknownModelException

All Implemented Interfaces:
Serializable

public class UnknownModelException extends UnsupportedVersionException
Thrown when the client is trying to acquire a model that is unknown to the Tooling API.

The exception extends UnsupportedVersionException only for backwards compatibility reasons.

Since:
1.0-milestone-8
See Also:
  • Constructor Details

    • UnknownModelException

      public UnknownModelException(String message)
    • UnknownModelException

      public UnknownModelException(String message, Throwable cause)