com.arsdigita.messaging
Class MessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
versionId
public static final String versionId
- See Also:
- Constant Field Values
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 21 2004:2337 UTC