public class EntityMetaDataException
extends java.lang.Exception
| Constructor and Description |
|---|
EntityMetaDataException() |
EntityMetaDataException(java.lang.String message) |
EntityMetaDataException(java.lang.String message,
java.lang.Throwable cause) |
EntityMetaDataException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static void |
throwMe(java.lang.Throwable e) |
public EntityMetaDataException()
public EntityMetaDataException(java.lang.String message)
message - public EntityMetaDataException(java.lang.Throwable cause)
cause - public EntityMetaDataException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public static void throwMe(java.lang.Throwable e)
throws EntityMetaDataException
EntityMetaDataException