Uses of Class
org.apache.storm.generated.IllegalStateException
-
Packages that use IllegalStateException Package Description org.apache.storm.daemon.nimbus org.apache.storm.generated org.apache.storm.utils -
-
Uses of IllegalStateException in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that throw IllegalStateException Modifier and Type Method Description void
Nimbus. deleteBlob(String key)
-
Uses of IllegalStateException in org.apache.storm.generated
Methods in org.apache.storm.generated that return IllegalStateException Modifier and Type Method Description IllegalStateException
IllegalStateException. deepCopy()
IllegalStateException
Nimbus.deleteBlob_result. get_ise()
Methods in org.apache.storm.generated with parameters of type IllegalStateException Modifier and Type Method Description int
IllegalStateException. compareTo(IllegalStateException other)
boolean
IllegalStateException. equals(IllegalStateException that)
void
Nimbus.deleteBlob_result. set_ise(IllegalStateException ise)
Methods in org.apache.storm.generated that throw IllegalStateException Modifier and Type Method Description void
Nimbus.Client. deleteBlob(String key)
void
Nimbus.Iface. deleteBlob(String key)
Void
Nimbus.AsyncClient.deleteBlob_call. getResult()
void
Nimbus.Client. recv_deleteBlob()
Constructors in org.apache.storm.generated with parameters of type IllegalStateException Constructor Description deleteBlob_result(AuthorizationException aze, KeyNotFoundException knf, IllegalStateException ise)
IllegalStateException(IllegalStateException other)
Performs a deep copy on other. -
Uses of IllegalStateException in org.apache.storm.utils
Subclasses of IllegalStateException in org.apache.storm.utils Modifier and Type Class Description class
WrappedIllegalStateException
-