sk.baka.ambient.collection
Class CollectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CollectionException()
           
CollectionException(String detailMessage)
           
CollectionException(String detailMessage, Throwable throwable)
           
CollectionException(Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

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.