org.eclipse.ecf.presence.chatroom
Class ChatRoomCreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ecf.core.util.ECFException
                  extended by org.eclipse.ecf.presence.chatroom.ChatRoomCreateException
All Implemented Interfaces:
java.io.Serializable

public class ChatRoomCreateException
extends ECFException

Exception class thrown by IChatRoomManager.createChatRoom(String, java.util.Map)

See Also:
Serialized Form

Field Summary
protected  java.lang.String roomname
           
 
Constructor Summary
ChatRoomCreateException()
           
ChatRoomCreateException(org.eclipse.core.runtime.IStatus status)
           
ChatRoomCreateException(java.lang.String roomname, java.lang.String message)
           
ChatRoomCreateException(java.lang.String roomname, java.lang.String message, java.lang.Throwable cause)
           
ChatRoomCreateException(java.lang.String roomname, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getRoomName()
           
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

roomname

protected java.lang.String roomname
Constructor Detail

ChatRoomCreateException

public ChatRoomCreateException()

ChatRoomCreateException

public ChatRoomCreateException(java.lang.String roomname,
                               java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
roomname -
message -
cause -

ChatRoomCreateException

public ChatRoomCreateException(java.lang.String roomname,
                               java.lang.String message)
Parameters:
roomname -
message -

ChatRoomCreateException

public ChatRoomCreateException(java.lang.String roomname,
                               java.lang.Throwable cause)
Parameters:
roomname -
cause -

ChatRoomCreateException

public ChatRoomCreateException(org.eclipse.core.runtime.IStatus status)
Parameters:
status -
Method Detail

getRoomName

public java.lang.String getRoomName()