public class ObjectClosedException extends OLAPIIllegalStateException
MetadataProvider
but you previously had closed the associated DataProvider
.Constructor and Description |
---|
ObjectClosedException()
Creates an
ObjectClosedException . |
ObjectClosedException(java.lang.String message)
Creates an
ObjectClosedException with the specified message. |
getLocalizedMessage, getLocalizedMessage, toString
public ObjectClosedException()
ObjectClosedException
.public ObjectClosedException(java.lang.String message)
ObjectClosedException
with the specified message.message
- The message to associate with the exception.