Groovy Documentation

com.vaadin.grails.terminal.gwt.server
[Java] Class UnavailableClassException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              com.vaadin.grails.terminal.gwt.server.UnavailableClassException

public class UnavailableClassException
extends RuntimeException

RuntimeException equivalent to a ClassNotFoundException. This only exists because Vaadin's ApplicationServlet's overridden method does not retain the 'throws ClassNotFoundException' clause, which means the GrailsAwareApplicationServlet 's overriding implementation is not allowed to throw them. This exception is thrown if necessary.

This will be removed once http://dev .vaadin.com/ticket/5225 is fixed.

Authors:
Les Hazlewood
Since:
1.2


Field Summary
private static long serialVersionUID

serialVersionUID

 
Constructor Summary
UnavailableClassException(String message, Throwable cause)

UnavailableClassException(Throwable cause)

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Field Detail

serialVersionUID

private static final long serialVersionUID
serialVersionUID


 
Constructor Detail

UnavailableClassException

public UnavailableClassException(String message, Throwable cause)


UnavailableClassException

public UnavailableClassException(Throwable cause)


 

Groovy Documentation