@InterfaceAudience.Public @InterfaceStability.Evolving public class ServiceStateException extends RuntimeException
| コンストラクタと説明 | 
|---|
| ServiceStateException(String message) | 
| ServiceStateException(String message,
                     Throwable cause) | 
| ServiceStateException(Throwable cause) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static RuntimeException | convert(String text,
       Throwable fault)Convert any exception into a  RuntimeException. | 
| static RuntimeException | convert(Throwable fault)Convert any exception into a  RuntimeException. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceStateException(String message)
public ServiceStateException(String message, Throwable cause)
public ServiceStateException(Throwable cause)
public static RuntimeException convert(Throwable fault)
RuntimeException.
 If the caught exception is already of that type, it is typecast to a
 RuntimeException and returned.
 All other exception types are wrapped in a new instance of
 ServiceStateExceptionfault - exception or throwablepublic static RuntimeException convert(String text, Throwable fault)
RuntimeException.
 If the caught exception is already of that type, it is typecast to a
 RuntimeException and returned.
 All other exception types are wrapped in a new instance of
 ServiceStateExceptiontext - text to use if a new exception is createdfault - exception or throwableCopyright © 2016 Apache Software Foundation. All rights reserved.