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

NotRegisteredException

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

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


     
   
      super(msg);
   
Methods Summary