|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.InitializationException
public class InitializationException
Initialization exception.
| Constructor Summary | |
|---|---|
InitializationException()
Constructs a default instance without specifying a detail message. |
|
InitializationException(java.lang.String message)
Constructs an instance using the specified detail message, but not a throwable. |
|
InitializationException(java.lang.Throwable throwable,
java.lang.String message)
Constructs an instance using the specified detail message and the throwable. |
|
| Constructor Detail |
|---|
public InitializationException()
public InitializationException(java.lang.String message)
message - Message detailing the encountered exception.
public InitializationException(java.lang.Throwable throwable,
java.lang.String message)
throwable - Throwable that prompted this exception.message - Message detailing the encountered exception.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||