FileDocCategorySizeDatePackage
AlreadyRegisteredException.javaAPI DocJBoss 4.2.11387Fri Jul 13 21:02:26 BST 2007org.jboss.aspects.remoting

AlreadyRegisteredException

public class AlreadyRegisteredException extends RuntimeException
author
Bill Burke
version
$Revision: 57186 $

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public AlreadyRegisteredException(String msg)


     
   
      super(msg);
   
Methods Summary