org.mobicents.jcc.inap.protocol.parms
Class Cause

java.lang.Object
  extended by org.mobicents.jcc.inap.protocol.parms.RequestedInformationValue
      extended by org.mobicents.jcc.inap.protocol.parms.Cause

public class Cause
extends RequestedInformationValue

Author:
Oleg Kulikov

Field Summary
static int NORMAL
           
 
Constructor Summary
Cause(byte[] bin)
           
Cause(int cause)
          Creates a new instance of Cause
 
Method Summary
 int getCause()
           
 byte[] toByteArray()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NORMAL

public static final int NORMAL
See Also:
Constant Field Values
Constructor Detail

Cause

public Cause(int cause)
Creates a new instance of Cause


Cause

public Cause(byte[] bin)
      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getCause

public int getCause()

toByteArray

public byte[] toByteArray()
Specified by:
toByteArray in class RequestedInformationValue

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.