Class InternalException

  • All Implemented Interfaces:
    Serializable

    public class InternalException
    extends ApiException
    Represents unexpected error. Throwing this error results in 500 (Internal Error) HTTP response code.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalException

        public InternalException​(String message)
        Constructs unexpected error.
        Parameters:
        message - error message