com.googlecode.fascinator.common.messaging
Class MessagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.googlecode.fascinator.common.messaging.MessagingException
All Implemented Interfaces:
Serializable

public class MessagingException
extends Exception

Generic exception for messaging errors

Author:
Greg Pendlebury
See Also:
Serialized Form

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

MessagingException

public MessagingException(String message)
Messaging Exception Constructor

Parameters:
message - Exception message

MessagingException

public MessagingException(Throwable cause)
Messaging Exception Constructor

Parameters:
cause - Throwable cause

MessagingException

public MessagingException(String message,
                          Throwable cause)
Messaging Exception Constructor

Parameters:
message - Exception message
cause - Throwable cause


Copyright © 2009-2013. All Rights Reserved.