public class EncapsulatedExceptions
extends java.lang.Throwable
| Constructor and Description |
|---|
EncapsulatedExceptions(java.util.List<UntrustedIdentityException> untrustedIdentities,
java.util.List<UnregisteredUserException> unregisteredUsers,
java.util.List<NetworkFailureException> networkExceptions) |
EncapsulatedExceptions(UntrustedIdentityException e) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkFailureException> |
getNetworkExceptions() |
java.util.List<UnregisteredUserException> |
getUnregisteredUserExceptions() |
java.util.List<UntrustedIdentityException> |
getUntrustedIdentityExceptions() |
public EncapsulatedExceptions(java.util.List<UntrustedIdentityException> untrustedIdentities, java.util.List<UnregisteredUserException> unregisteredUsers, java.util.List<NetworkFailureException> networkExceptions)
public EncapsulatedExceptions(UntrustedIdentityException e)
public java.util.List<UntrustedIdentityException> getUntrustedIdentityExceptions()
public java.util.List<UnregisteredUserException> getUnregisteredUserExceptions()
public java.util.List<NetworkFailureException> getNetworkExceptions()