sk.baka.ambient.collection
Class CollectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
sk.baka.ambient.collection.CollectionException
- All Implemented Interfaces:
- java.io.Serializable
public class CollectionException
- extends java.lang.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CollectionException
public CollectionException()
CollectionException
public CollectionException(java.lang.String detailMessage,
java.lang.Throwable throwable)
- Parameters:
detailMessage - throwable -
CollectionException
public CollectionException(java.lang.String detailMessage)
- Parameters:
detailMessage -
CollectionException
public CollectionException(java.lang.Throwable throwable)
- Parameters:
throwable -
Copyright © 2007-2009. All Rights Reserved.