org.mule.umo.space
Class UMOSpaceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.mule.umo.space.UMOSpaceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreateSpaceException, GSSpaceException, SpaceActionInteruptedException, SpaceTransactionException

public class UMOSpaceException
extends UMOException

A base exception for all space related exceptions

See Also:
Serialized Form

Constructor Summary
UMOSpaceException(Message message)
           
UMOSpaceException(Message message, Throwable cause)
           
 
Methods inherited from class org.mule.umo.UMOException
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
 
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

UMOSpaceException

public UMOSpaceException(Message message)

UMOSpaceException

public UMOSpaceException(Message message,
                         Throwable cause)


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.