Class ExecutionServiceException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String serviceName  
    • Method Summary

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

      • serviceName

        protected java.lang.String serviceName
    • Constructor Detail

      • ExecutionServiceException

        public ExecutionServiceException​(java.lang.String serviceName)
      • ExecutionServiceException

        public ExecutionServiceException​(java.lang.String msg,
                                         java.lang.String serviceName)
      • ExecutionServiceException

        public ExecutionServiceException​(java.lang.Throwable cause,
                                         java.lang.String serviceName)
      • ExecutionServiceException

        public ExecutionServiceException​(java.lang.String msg,
                                         java.lang.Throwable cause,
                                         java.lang.String serviceName)
    • Method Detail

      • getServiceName

        public java.lang.String getServiceName()