sk.baka.ambient.collection
Class CollectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
sk.baka.ambient.collection.CollectionException
- All Implemented Interfaces:
- Serializable
public class CollectionException
- extends Exception
Thrown when the collection backend strategy fails to fulfill given request.
- Author:
- Martin Vysny
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CollectionException
public CollectionException()
CollectionException
public CollectionException(String detailMessage,
Throwable throwable)
- Parameters:
detailMessage
- throwable
-
CollectionException
public CollectionException(String detailMessage)
- Parameters:
detailMessage
-
CollectionException
public CollectionException(Throwable throwable)
- Parameters:
throwable
-
Copyright © 2007-2008. All Rights Reserved.