org.eclipse.ecf.presence.chatroom
Class ChatRoomCreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
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
|
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 |
roomname
protected java.lang.String roomname
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
-
getRoomName
public java.lang.String getRoomName()