Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.util
Class NotAService

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.errai.bus.server.util.NotAService
All Implemented Interfaces:
Serializable

public class NotAService
extends Exception

Thrown by ServiceTypeParser or ServiceMethodParser when the constructor is given a class or member that is not a service.

Author:
Max Barkley
See Also:
Serialized Form

Constructor Summary
NotAService(String message)
           
 
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

NotAService

public NotAService(String message)
Parameters:
message - A message describing the cause of this exception

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.