org.mule.umo
Class UMOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
protected UMOException()
           
  UMOException(Message message)
           
  UMOException(Message message, java.lang.Throwable cause)
           
  UMOException(java.lang.Throwable cause)
           
 
Method Summary
 void addInfo(java.lang.String name, java.lang.String info)
           
protected  void appendMessage(java.lang.String s)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getDetailedMessage()
           
 int getExceptionCode()
           
 java.util.Map getInfo()
           
 java.lang.String getMessage()
           
 int getMessageCode()
           
 int hashCode()
           
protected  void initialise()
           
protected  void prependMessage(java.lang.String s)
           
protected  void setExceptionCode(int code)
           
protected  void setMessage(Message message)
           
protected  void setMessage(java.lang.String message)
           
 
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
 

Constructor Detail

UMOException

public UMOException(Message message)
Parameters:
message - the exception message

UMOException

public UMOException(Message message,
                    java.lang.Throwable cause)
Parameters:
message - the exception message
cause - the exception that cause this exception to be thrown

UMOException

public UMOException(java.lang.Throwable cause)

UMOException

protected UMOException()
Method Detail

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.