Class UndefinedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UndefinedException
    extends AppException
    Thrown when the required operation is failed due to unexpected error. Should not thrown if using latest SDK.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UndefinedException​(int statusCode, java.lang.String body)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UndefinedException

        public UndefinedException​(int statusCode,
                                  @Nullable
                                  java.lang.String body)