net.sf.asterisk.manager.response
Class ManagerError

java.lang.Object
  extended by net.sf.asterisk.manager.response.ManagerResponse
      extended by net.sf.asterisk.manager.response.ManagerError
All Implemented Interfaces:
java.io.Serializable

public class ManagerError
extends ManagerResponse

Represents an "Response: Error" response received from the asterisk server. The cause for the error is given in the message attribute.

Version:
$Id: ManagerError.java,v 1.3 2005/03/13 11:26:49 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
ManagerError()
          Creates a new ManagerError.
 
Method Summary
 
Methods inherited from class net.sf.asterisk.manager.response.ManagerResponse
getActionId, getAttribute, getAttributes, getDateReceived, getMessage, getResponse, getUniqueId, setActionId, setAttributes, setDateReceived, setMessage, setResponse, setUniqueId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagerError

public ManagerError()
Creates a new ManagerError.



Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.