com.sas.services
Class InitializationException

com.sas.services.InitializationException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class InitializationException

Initialization exception.

Since:
1.0
See Also:
Serialized Form

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

InitializationException

public InitializationException()
Constructs a default instance without specifying a detail message.


InitializationException

public InitializationException(java.lang.String message)
Constructs an instance using the specified detail message, but not a throwable.

Parameters:
message - Message detailing the encountered exception.

InitializationException

public InitializationException(java.lang.Throwable throwable,
                               java.lang.String message)
Constructs an instance using the specified detail message and the throwable.

Parameters:
throwable - Throwable that prompted this exception.
message - Message detailing the encountered exception.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.