***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.information
Class ItemAlreadyExistsException

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

public class ItemAlreadyExistsException
implements java.io.Serializable

Thrown when an item already exists.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
ItemAlreadyExistsException(java.lang.String message)
          Constructs an instance using the specified message to detail the cause of the exception.
ItemAlreadyExistsException(java.lang.Throwable throwable, java.lang.String message)
          Constructs an instance using the specified message and the throwable that prompted creation of this service exception.
 

Constructor Detail

ItemAlreadyExistsException

public ItemAlreadyExistsException(java.lang.String message)
Constructs an instance using the specified message to detail the cause of the exception.

Parameters:
message - Exception message.

ItemAlreadyExistsException

public ItemAlreadyExistsException(java.lang.Throwable throwable,
                                  java.lang.String message)
Constructs an instance using the specified message and the throwable that prompted creation of this service exception.

Parameters:
throwable - Throwable that prompted the exception.
message - Exception message.

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.