org.objectweb.celtix.common.i18n
Class Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.celtix.common.i18n.Exception
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BusException, PluginException
public class Exception
- extends Exception
- See Also:
- Serialized Form
Exception
public Exception(Message msg)
Exception
public Exception(Message msg,
Throwable t)
Exception
public Exception(Throwable cause)
Exception
@Deprecated
public Exception()
- Deprecated.
Exception
@Deprecated
public Exception(String msg)
- Deprecated.
Exception
@Deprecated
public Exception(String msg,
Throwable t)
- Deprecated.
getCode
public String getCode()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable