Class LastFMException

    • Constructor Detail

      • LastFMException

        public LastFMException​(int error)
      • LastFMException

        public LastFMException​(String message,
                               int error)
      • LastFMException

        public LastFMException​(String message,
                               Throwable cause,
                               int error)
      • LastFMException

        public LastFMException​(Throwable cause,
                               int error)
    • Method Detail

      • getError

        public int getError()