public class ValidatingServiceException
extends java.lang.Exception
ExportingService
,
Serialized FormConstructor and Description |
---|
ValidatingServiceException()
Constructs an
Exception with no specified detail message. |
ValidatingServiceException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public ValidatingServiceException()
Exception
with no specified detail message.public ValidatingServiceException(java.lang.String message)
Exception
with the specified detail message.message
- the detailed message.