Constructors Summary |
---|
public MarkUnsupportedException()Constructor
super();
|
public MarkUnsupportedException(String msg)Constructor
super(msg);
|
public MarkUnsupportedException(Throwable reason)Constructor
super(reason);
|
public MarkUnsupportedException(String msg, Throwable reason)Constructor
super(msg, reason);
|