java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | com.microstrategy.utils.proxy.RegistryErrorException |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RegistryErrorException(String reason)
Constructor with message to throw
| |||||||||||
RegistryErrorException(Exception ex)
Constructor with other exception to throw
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static RegistryErrorException |
getException(Exception ex)
Method returns a RegistryErrorException - either creating it new or if it is already a registryerrorexception it returns the
original one
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructor with message to throw
reason | String |
---|
Constructor with other exception to throw
ex | Exception |
---|
Method returns a RegistryErrorException - either creating it new or if it is already a registryerrorexception it returns the original one
ex | Exception |
---|