Package org.jboss.util.collection
Class CollectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.util.collection.CollectionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EmptyCollectionException
,FullCollectionException
public class CollectionException extends java.lang.RuntimeException
A generic collection exception.- Version:
- $Revision$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
The serialVersionUID
-
Constructor Summary
Constructors Constructor Description CollectionException()
Construct aCollectionException
with no detail.CollectionException(java.lang.String msg)
Construct aCollectionException
with the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The serialVersionUID- See Also:
- Constant Field Values
-
-