public class DuplicateRegionException extends PortalException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
DuplicateRegionException()
Constructs a new DuplicateRegionException 
 | 
DuplicateRegionException(java.lang.String pStr)
Constructs a new DuplicateRegionException with the given
 explanation. 
 | 
DuplicateRegionException(java.lang.String pStr,
                        java.lang.Throwable pSourceException)
Constructs a new DuplicateRegionException with the given
 explanation. 
 | 
DuplicateRegionException(java.lang.Throwable pSourceException)
Constructs a new DuplicateRegionException. 
 | 
printStackTrace, printStackTrace, printStackTrace, toStringpublic DuplicateRegionException()
public DuplicateRegionException(java.lang.String pStr)
public DuplicateRegionException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic DuplicateRegionException(java.lang.String pStr,
                        java.lang.Throwable pSourceException)
pStr - an explanation of the exceptionpSourceException - the initial exception which was the root
 cause of the problem