Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | CatalogException(String
the detail message message)Constructs a new CatalogException with the specified detail message. |
public | CatalogException(String
the detail message (which is saved for later retrieval by
the message, Throwable getMessage() method)the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)Constructs a new CatalogException with the specified detail message and cause. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
CatalogException | back to summary |
---|---|
public CatalogException(String message) Constructs a new CatalogException with the specified detail message. The
cause is not initialized, and may subsequently be initialized by a call
to
|
CatalogException | back to summary |
---|---|
public CatalogException(String message, Throwable cause) Constructs a new CatalogException with the specified detail message and cause.
|