org.exolab.core.foundation
Class FailedToCreateCollectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.foundation.FailedToCreateCollectionException
All Implemented Interfaces:
java.io.Serializable

public class FailedToCreateCollectionException
extends java.lang.Exception

This exception is thrown when the collection manager fails to create the specified collection.

Version:
$Revision: 1.1 $ $Date: 2000/03/09 23:52:43 $
Author:
Jim Alateras
See Also:
CollectionManagerIfc, Serialized Form

Constructor Summary
FailedToCreateCollectionException()
          Default constructor with no additional info.
FailedToCreateCollectionException(java.lang.String reason)
          Construct an instance of this exception with the specified reason.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailedToCreateCollectionException

public FailedToCreateCollectionException()
Default constructor with no additional info.


FailedToCreateCollectionException

public FailedToCreateCollectionException(java.lang.String reason)
Construct an instance of this exception with the specified reason.

Parameters:
reason -


Copyright © 1999-2012 The Exolab Group. All Rights Reserved.