Package io.keikai.api

Class IllegalOpArgumentException

  • All Implemented Interfaces:
    Serializable

    public class IllegalOpArgumentException
    extends RuntimeException
    Indicate an illegal operation & argument exception. We usually catch this exception and show corresponding message for users.
    Since:
    3.0.0
    Author:
    kuro
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalOpArgumentException

        public IllegalOpArgumentException()
      • IllegalOpArgumentException

        public IllegalOpArgumentException​(String message,
                                          Throwable cause)
      • IllegalOpArgumentException

        public IllegalOpArgumentException​(String message)
      • IllegalOpArgumentException

        public IllegalOpArgumentException​(Throwable cause)