Class UnhandledMethodException

All Implemented Interfaces:
Serializable

public class UnhandledMethodException extends ModelsException
Generally indicates an attempt to call an unknown/unhandled method on an annotation proxy.
See Also:
  • Constructor Details

    • UnhandledMethodException

      public UnhandledMethodException(String message)
    • UnhandledMethodException

      public UnhandledMethodException(String message, Throwable cause)