***  This class is subject to change.  ***

com.sas.iquery.metadata
Class InvalidIDException

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

public class InvalidIDException

Specifies an exception that is thrown when an object's ID is not set or when the business model that created the object has an ID that is not set.

See Also:
Serialized Form

Constructor Summary
InvalidIDException(java.lang.String msg)
          Constructs an InvalidIDException with the specified detail message.
InvalidIDException(java.lang.Throwable t, java.lang.String msg)
          Constructs an InvalidIDException with the specified target exception and detail message.
 
Method Summary
 
Methods inherited from class com.sas.iquery.IQueryServicesException
getFirstReason, getReasons, getSASLog, getSASLog, hasReasonWithCodes
 

Constructor Detail

InvalidIDException

public InvalidIDException(java.lang.String msg)
Constructs an InvalidIDException with the specified detail message.

Parameters:
msg - The detail message.

InvalidIDException

public InvalidIDException(java.lang.Throwable t,
                          java.lang.String msg)
Constructs an InvalidIDException with the specified target exception and detail message.

Parameters:
t - The target exception (the exception that caused this InvalidIDException to be created for).
msg - The detail message.

***  This class is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.