com.arsdigita.messaging
Class MessagingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.arsdigita.messaging.MessagingException
All Implemented Interfaces:
Serializable

public class MessagingException
extends RuntimeException

Base class for messaging exceptions.

Version:
$Id: //core-platform/dev/src/com/arsdigita/messaging/MessagingException.java#7 $
Author:
Ron Henderson
See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
MessagingException(Exception e)
          Creates a new exception by wrapping an existing one.
MessagingException(String message)
          Creates a new exception with a given error message.
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

MessagingException

public MessagingException(String message)
Creates a new exception with a given error message.

Parameters:
message - the error message

MessagingException

public MessagingException(Exception e)
Creates a new exception by wrapping an existing one.

Parameters:
e - the exception to wrap


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC