Package org.iplass.mtp.spi
Class ServiceConfigrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.SystemException
org.iplass.mtp.spi.ServiceConfigrationException
- All Implemented Interfaces:
Serializable
Serviceの初期化時に、設定が不正の場合にスローする例外です。
- See Also:
-
Constructor Summary
ConstructorDescriptionServiceConfigrationException
(String message) ServiceConfigrationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceConfigrationException
public ServiceConfigrationException() -
ServiceConfigrationException
-
ServiceConfigrationException
-
ServiceConfigrationException
-