Class PulseIllegalOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PulseIllegalOperationException
    extends java.lang.Exception
    Represents an illegal operation in the PulseSession.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.ooyala.pulse.Error getError()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • PulseIllegalOperationException

        public PulseIllegalOperationException​(com.ooyala.pulse.Error error)
        Constructor.
        Parameters:
        error - pulse error description.
    • Method Detail

      • getError

        public com.ooyala.pulse.Error getError()
        Returns:
        the error returned by Pulse.