public class UnsupportedUniverseException
extends java.lang.Exception
| Constructor and Description |
|---|
UnsupportedUniverseException()
Creates new
UnsupportedUniverseException without detail message. |
UnsupportedUniverseException(java.lang.String msg)
Constructs an
UnsupportedUniverseException with the specified detail message. |
public UnsupportedUniverseException()
UnsupportedUniverseException without detail message.public UnsupportedUniverseException(java.lang.String msg)
UnsupportedUniverseException with the specified detail message.msg - the detail message.