org.cafesip.sipunit
Class SubscriptionError

java.lang.Object
  extended by java.lang.Throwable
      extended by org.cafesip.sipunit.SubscriptionError
All Implemented Interfaces:
java.io.Serializable

public class SubscriptionError
extends java.lang.Throwable

See Also:
Serialized Form

Constructor Summary
SubscriptionError(int statusCode, java.lang.String reason)
           
 
Method Summary
 java.lang.String getReason()
           
 int getStatusCode()
           
 void setReason(java.lang.String reason)
           
 void setStatusCode(int statusCode)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubscriptionError

public SubscriptionError(int statusCode,
                         java.lang.String reason)
Method Detail

getReason

public java.lang.String getReason()

setReason

public void setReason(java.lang.String reason)

getStatusCode

public int getStatusCode()

setStatusCode

public void setStatusCode(int statusCode)


http://www.cafesip.org