com.bemoko.live.platform.mwc.exception
Class LiveSignal
java.lang.Object
com.bemoko.commons.exception.Signal<BemokoException>
com.bemoko.commons.exception.CommonsSignal
com.bemoko.live.platform.mwc.exception.LiveSignal
public class LiveSignal
- extends CommonsSignal
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiveSignal
@Deprecated
public LiveSignal(int code,
String key)
- Deprecated. - Please set explicit namespace
- Parameters:
code - key -
LiveSignal
public LiveSignal(String namespace,
int code,
String key)
- Parameters:
code - key -
createShortKey
public String createShortKey(int code)
create
public LiveException create(Throwable t)
- Create a new exception from this exception signal
- Overrides:
create in class CommonsSignal
create
public LiveException create()
- Create a new exception from this exception signal
- Overrides:
create in class CommonsSignal
getString
public String getString()
- Description copied from class:
Signal
- Resolve the key to a String
- Overrides:
getString in class CommonsSignal