org.jboss.seam.rest.exceptions
Class UnhandledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.seam.rest.exceptions.UnhandledException
All Implemented Interfaces:
Serializable

public class UnhandledException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UnhandledException()
           
UnhandledException(String message)
           
UnhandledException(String message, Throwable cause)
           
UnhandledException(Throwable cause)
           
 
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

UnhandledException

public UnhandledException()

UnhandledException

public UnhandledException(String message,
                          Throwable cause)

UnhandledException

public UnhandledException(String message)

UnhandledException

public UnhandledException(Throwable cause)


Copyright © 2011 Seam Framework. All Rights Reserved.