Class UnsupportedTokenException

    • Constructor Detail

      • UnsupportedTokenException

        public UnsupportedTokenException()
        Creates a new UnsupportedTokenException.
      • UnsupportedTokenException

        public UnsupportedTokenException​(String message)
        Constructs a new UnsupportedTokenException.
        Parameters:
        message - the reason for the exception
      • UnsupportedTokenException

        public UnsupportedTokenException​(Throwable cause)
        Constructs a new UnsupportedTokenException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • UnsupportedTokenException

        public UnsupportedTokenException​(String message,
                                         Throwable cause)
        Constructs a new UnsupportedTokenException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.