Constructors Summary |
---|
public MmsException()Creates a new MmsException.
super();
|
public MmsException(String message)Creates a new MmsException with the specified detail message.
super(message);
|
public MmsException(Throwable cause)Creates a new MmsException with the specified cause.
super(cause);
|
public MmsException(String message, Throwable cause)Creates a new MmsException with the specified detail message and cause.
super(message, cause);
|