com.sas.iquery
Class IQueryServicesIllegalStateException

com.sas.iquery.IQueryServicesIllegalStateException
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface, java.io.Serializable

public class IQueryServicesIllegalStateException
implements com.sas.util.LocalizableToStringInterface

See Also:
Serialized Form

Constructor Summary
IQueryServicesIllegalStateException(java.lang.String message)
          Create a IQueryServicesIllegalStateException instance with a default message.
IQueryServicesIllegalStateException(java.lang.String message, java.lang.Throwable cause)
          Create a IQueryServicesIllegalStateException instance with a default message and cause.
IQueryServicesIllegalStateException(java.lang.Throwable cause)
          Create a IQueryServicesIllegalStateException instance with a chained message and cause.
 
Method Summary
 java.lang.String getMessage()
          Return the exception message using the default locale, Locale.getDefault().
 

Constructor Detail

IQueryServicesIllegalStateException

public IQueryServicesIllegalStateException(java.lang.String message)
Create a IQueryServicesIllegalStateException instance with a default message. If you use this constructor, you should use setMessage() to set all the properties necessary for making a localizable message. Consider using the parameterized constructor instead.

Parameters:
message -
See Also:
#setMessage(ClassLoader classLoader, String bundleName, String resourceName, Object[] args), #IQueryServicesException(MessageFormatter message)

IQueryServicesIllegalStateException

public IQueryServicesIllegalStateException(java.lang.Throwable cause)
Create a IQueryServicesIllegalStateException instance with a chained message and cause. If you use this constructor, you should use setMessage() to set all the properties necessary for making a localizable message. Consider using the parameterized constructor instead.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
#setMessage(ClassLoader classLoader, String bundleName, String resourceName, Object[] args), #IQueryServicesException(MessageFormatter message)

IQueryServicesIllegalStateException

public IQueryServicesIllegalStateException(java.lang.String message,
                                           java.lang.Throwable cause)
Create a IQueryServicesIllegalStateException instance with a default message and cause. If you use this constructor, you should use setMessage() to set all the properties necessary for making a localizable message. Consider using the parameterized constructor instead.

Parameters:
message -
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
#setMessage(ClassLoader classLoader, String bundleName, String resourceName, Object[] args), #IQueryServicesException(MessageFormatter message)
Method Detail

getMessage

public java.lang.String getMessage()
Return the exception message using the default locale, Locale.getDefault().

Overrides:
getMessage in class java.lang.Throwable



Copyright © 2009 SAS Institute Inc. All Rights Reserved.