public class CatalogNotInUseException extends NotInUseException
| Constructor and Description | 
|---|
CatalogNotInUseException(java.lang.String message,
                        java.lang.Object... args)
Constructs a new exception with the specified detail message. 
 |