Class UserError

  • All Implemented Interfaces:
    com.opencloud.util.FastSerializable, java.io.Serializable

    public class UserError
    extends java.lang.Object
    implements com.opencloud.util.FastSerializable, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UserError​(com.opencloud.slee.resources.cgin.OperationUserErrorEvent<?> userErrorEvent)  
      UserError​(java.io.DataInput in)  
    • Constructor Detail

      • UserError

        public UserError​(com.opencloud.slee.resources.cgin.OperationUserErrorEvent<?> userErrorEvent)
      • UserError

        public UserError​(java.io.DataInput in)
                  throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toStream

        public void toStream​(java.io.DataOutput out)
                      throws java.io.IOException
        Specified by:
        toStream in interface com.opencloud.util.FastSerializable
        Throws:
        java.io.IOException
      • getInvokeId

        public int getInvokeId()
      • getName

        public java.lang.String getName()
      • getDialogId

        public java.lang.String getDialogId()
      • getParameter

        public java.lang.Object getParameter()
      • getTcapError

        public com.opencloud.slee.resources.cgin.TcapError getTcapError()
      • getOperationInfo

        public com.opencloud.slee.resources.cgin.TcapOperation getOperationInfo()
      • toString

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