org.mule.umo
Class UMOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConnectorException, EndpointException, LifecycleException, ManagementException, ManagerException, MessagingException, ModelException, MuleException, ReceiveException, SecurityProviderNotFoundException, TransactionException, UnknownAuthenticationTypeException
- public abstract class UMOException
- extends java.lang.Exception
UMOException
is the base exception type for the Mule server
any other exceptions thrown by Mule code will be based on this exception
- Version:
- $Revision: 1.4 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UMOException
public UMOException(Message message)
- Parameters:
message
- the exception message
UMOException
public UMOException(Message message,
java.lang.Throwable cause)
- Parameters:
message
- the exception messagecause
- the exception that cause this exception to be thrown
UMOException
public UMOException(java.lang.Throwable cause)
UMOException
protected UMOException()
setMessage
protected void setMessage(Message message)
setMessage
protected void setMessage(java.lang.String message)
getExceptionCode
public int getExceptionCode()
getMessageCode
public int getMessageCode()
addInfo
public void addInfo(java.lang.String name,
java.lang.String info)
appendMessage
protected void appendMessage(java.lang.String s)
prependMessage
protected void prependMessage(java.lang.String s)
setExceptionCode
protected void setExceptionCode(int code)
getMessage
public final java.lang.String getMessage()
initialise
protected void initialise()
getDetailedMessage
public java.lang.String getDetailedMessage()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
getInfo
public java.util.Map getInfo()
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.