public class ServiceException
extends java.lang.RuntimeException
コンストラクタと説明 |
---|
ServiceException(java.lang.String message)
Constructs the exception from a message.
|
ServiceException(java.lang.String message,
java.lang.Throwable cause)
Constructs the exception from a message and causing exception.
|
ServiceException(java.lang.Throwable cause)
Constructs the exception from a causing exception.
|
public ServiceException(java.lang.String message)
message
- The message describing the exception.public ServiceException(java.lang.String message, java.lang.Throwable cause)
message
- The message describing the exception.cause
- The case of the exception.public ServiceException(java.lang.Throwable cause)
cause
- The case of the exception.