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
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.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.