Class UnsupportedConstruct

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedConstruct
    extends RuntimeException
    This exception is thrown when the Javascript client generator hits a schema construct that it cannot handle.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedConstruct

        public UnsupportedConstruct()
      • UnsupportedConstruct

        public UnsupportedConstruct​(String explanation)
      • UnsupportedConstruct

        public UnsupportedConstruct​(Logger logger,
                                    String messageKey,
                                    Object... args)
      • UnsupportedConstruct

        public UnsupportedConstruct​(Throwable cause)
      • UnsupportedConstruct

        public UnsupportedConstruct​(String explanation,
                                    Throwable cause)
      • UnsupportedConstruct

        public UnsupportedConstruct​(Message message)