Package tigase.pubsub.repository.cached
Class CachedPubSubRepository.RootCollectionSet.IllegalStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- tigase.pubsub.repository.cached.CachedPubSubRepository.RootCollectionSet.IllegalStateException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CachedPubSubRepository.RootCollectionSet
public static class CachedPubSubRepository.RootCollectionSet.IllegalStateException extends IllegalStateException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description CachedPubSubRepository.RootCollectionSet.Statestate
-
Constructor Summary
Constructors Constructor Description IllegalStateException(CachedPubSubRepository.RootCollectionSet.State state)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
state
public final CachedPubSubRepository.RootCollectionSet.State state
-
-
Constructor Detail
-
IllegalStateException
public IllegalStateException(CachedPubSubRepository.RootCollectionSet.State state)
-
-