Class SystemException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SystemException
    extends java.lang.RuntimeException
    Thrown when cloud error happens that is not recoverable from application.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SystemException.Reason
      Represents failure reason
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SystemException.Reason getReason()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • SystemException

        public SystemException​(@Nullable
                               java.lang.String message,
                               @Nullable
                               java.lang.Throwable cause,
                               @NonNull
                               SystemException.Reason reason)