Class SaOperationRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class SaOperationRuntimeException
    extends SaBasicException
    Deprecated.
    This exception is thrown by legacy operations to encapsulate unhandled checked exceptions in a SaBasicException. All operations should handle exceptions correctly and only throw SaBasicExceptions.

    This exception exists for migration reasons only. It is used to port legacy operations with lax exception handling to the strict exception handling as required by the operation api. This exception should not be used otherwise.

    Author:
    owaeldrich
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Deprecated.
       
      • 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SaOperationRuntimeException

        public SaOperationRuntimeException​(java.lang.Throwable cause)
        Deprecated.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Deprecated.
        Overrides:
        getMessage in class java.lang.Throwable