RichFaces Core API 4.2.1.Final

org.richfaces.cdi.push
Class PushCDIMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.richfaces.cdi.push.PushCDIMessageException
All Implemented Interfaces:
Serializable

public class PushCDIMessageException
extends RuntimeException

Unchecked exception wrapper for MessageException.

Author:
Lukas Fryc
See Also:
Serialized Form

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

PushCDIMessageException

public PushCDIMessageException()

PushCDIMessageException

public PushCDIMessageException(String message,
                               Throwable cause)

PushCDIMessageException

public PushCDIMessageException(String message)

PushCDIMessageException

public PushCDIMessageException(Throwable cause)

RichFaces Core API 4.2.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.