com.sun.jini.norm
Class CorruptedStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jini.norm.StoreException
com.sun.jini.norm.CorruptedStoreException
- All Implemented Interfaces:
- Serializable
class CorruptedStoreException
- extends StoreException
Exception thrown by PersistentStore
when it discovers
the store has become corrupted.
- Author:
- Sun Microsystems, Inc.
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
CorruptedStoreException
CorruptedStoreException(String s)
- Constructs an
CorruptedStoreException
with a detail
message.
- Parameters:
s
- the detailed message
CorruptedStoreException
CorruptedStoreException(String s,
Throwable t)
- Constructs an
CorruptedStoreException
with a detail
message and a nested exception.
- Parameters:
s
- the detailed messaget
- root cause for exception, may be null
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.