com.skype
Class CommandFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.skype.SkypeException
com.skype.CommandFailedException
- All Implemented Interfaces:
- Serializable
public final class CommandFailedException
- extends SkypeException
This exception is used for commands that get a ERROR reply.
- Author:
- Koji Hisano
- See Also:
- Serialized Form
getCode
public int getCode()
- returns the error code.
- Returns:
- error code.
getMessage
public String getMessage()
- Returns the humanreadible error message.
- Overrides:
getMessage
in class Throwable
- Returns:
- message.
Copyright © 2004-2011. All Rights Reserved.