Package org.jboss.util.collection
Class FullCollectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.util.collection.CollectionException
-
- org.jboss.util.collection.FullCollectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class FullCollectionException extends CollectionException
Thrown to indicate that an operation can not be performed on a full collection.- Version:
- $Revision$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDThe serialVersionUID
-
Constructor Summary
Constructors Constructor Description FullCollectionException()Construct aFullCollectionExceptionwith no detail.FullCollectionException(java.lang.String msg)Construct aFullCollectionExceptionwith the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The serialVersionUID- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FullCollectionException
public FullCollectionException(java.lang.String msg)
Construct aFullCollectionExceptionwith the specified detail message.- Parameters:
msg- Detail message.
-
FullCollectionException
public FullCollectionException()
Construct aFullCollectionExceptionwith no detail.
-
-