Class FaceTemplate.UnsupportedVersionError

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FaceTemplate

    public static class FaceTemplate.UnsupportedVersionError
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsupportedVersionError​(int maxSupportedVersion, int receivedVersion)  
    • 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
    • Field Detail

      • maxSupportedVersion

        public final int maxSupportedVersion
      • receivedVersion

        public final int receivedVersion
    • Constructor Detail

      • UnsupportedVersionError

        public UnsupportedVersionError​(int maxSupportedVersion,
                                       int receivedVersion)