public class ComponentProfileException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ComponentProfileException(java.lang.String message)
Construct a new
ComponentProfileException instance. |
ComponentProfileException(java.lang.String message,
java.lang.Throwable cause)
Construct a new
ComponentProfileException instance. |
private static final long serialVersionUID
public ComponentProfileException(java.lang.String message)
ComponentProfileException instance.message - exception messagepublic ComponentProfileException(java.lang.String message,
java.lang.Throwable cause)
ComponentProfileException instance.message - exception messagecause - causing exception to chain