Class IllegalReturnTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.core.exception.IllegalReturnTypeException
All Implemented Interfaces:
Serializable

public final class IllegalReturnTypeException extends RuntimeException
The method annotated by Bean annotation but returns primitive or void.
See Also:
  • Constructor Details

    • IllegalReturnTypeException

      public IllegalReturnTypeException()