com.sun.jini.norm
Class CorruptedStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.jini.norm.StoreException
              extended by 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.

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class com.sun.jini.norm.StoreException
nestedException
 
Constructor Summary
CorruptedStoreException(String s)
          Constructs an CorruptedStoreException with a detail message.
CorruptedStoreException(String s, Throwable t)
          Constructs an CorruptedStoreException with a detail message and a nested exception.
 
Method Summary
 
Methods inherited from class com.sun.jini.norm.StoreException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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 message
t - 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.