Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InternalUnsupportedModelException

        public InternalUnsupportedModelException()