Package de.caluga.morphium.cache
Class CacheSyncVetoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.caluga.morphium.cache.CacheSyncVetoException
-
- All Implemented Interfaces:
Serializable
public class CacheSyncVetoException extends Exception
User: Stephan Bösebeck Date: 14.07.12 Time: 17:27- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheSyncVetoException()CacheSyncVetoException(String message)CacheSyncVetoException(String message, Throwable cause)CacheSyncVetoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-