An simple subclass of {@link RuntimeException}. It is unchecked exception.
Unchecked exceptions do not need to be declared in a method or constructor's throws clause if they can be thrown by the execution of the method or constructor and propagate outside the method or constructor boundary. More info refer to {@link RuntimeException}
All
method | description |
---|---|
public ApiException (); |
Constructs a new ApiException with null as its detail message.
Supported Products:All |
public ApiException (String s); |
Constructs a new ApiException with the specified detail message.
Supported Products:All |
Member | description |
---|