Class ProviderError

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

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

      Constructors 
      Constructor Description
      ProviderError​(com.opencloud.slee.resources.cgin.OperationProviderErrorEvent providerErrorEvent)  
      ProviderError​(java.io.DataInput in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDialogId()  
      int getInvokeId()  
      java.lang.String getName()  
      com.opencloud.slee.resources.cgin.TcapOperation getOperationInfo()  
      com.opencloud.slee.resources.cgin.ProviderErrorReason getReason()  
      com.opencloud.slee.resources.cgin.RejectProblem getRejectProblem()  
      void toStream​(java.io.DataOutput out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProviderError

        public ProviderError​(com.opencloud.slee.resources.cgin.OperationProviderErrorEvent providerErrorEvent)
      • ProviderError

        public ProviderError​(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()
      • getReason

        public com.opencloud.slee.resources.cgin.ProviderErrorReason getReason()
      • getRejectProblem

        public com.opencloud.slee.resources.cgin.RejectProblem getRejectProblem()
      • getOperationInfo

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