|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.ServiceConfigurationException
public class ServiceConfigurationException
Exception used to indicate an issue with an invalid service configuration.
Constructor Summary | |
---|---|
ServiceConfigurationException(java.lang.String msg)
Constructs an exception using the specified message. |
|
ServiceConfigurationException(java.lang.Throwable cause)
Constructs an exception using the specified throwable that caused the failure. |
|
ServiceConfigurationException(java.lang.Throwable cause,
java.lang.String msg)
Constructs an exception using the specified message. |
Constructor Detail |
---|
public ServiceConfigurationException(java.lang.String msg)
msg
- Message detailing the service configuration exception.public ServiceConfigurationException(java.lang.Throwable cause)
cause
- The throwable that prompted this exception.public ServiceConfigurationException(java.lang.Throwable cause, java.lang.String msg)
cause
- The throwable that prompted this exception.msg
- Message detailing the service configuration exception.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |