Package com.brightcove.pulse.exception
Class PulseIllegalOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.pulse.exception.PulseIllegalOperationException
- All Implemented Interfaces:
Serializable
Represents an illegal operation in the PulseSession.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PulseIllegalOperationException
public PulseIllegalOperationException(com.ooyala.pulse.Error error) Constructor.- Parameters:
error
- pulse error description.
-
-
Method Details
-
getError
public com.ooyala.pulse.Error getError()- Returns:
- the error returned by Pulse.
-