Searched defs:DecodingException (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DDecodingException.java38 public abstract class DecodingException extends OperationsException { class in inherits:OperationsException
53 protected DecodingException(Message message) { method in class:DecodingException
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DDecodingException.java39 public abstract class DecodingException extends OperationsException { class in inherits:OperationsException
54 protected DecodingException(Message message) { method in class:DecodingException
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DDecodingException.java39 public abstract class DecodingException extends OperationsException { class in inherits:OperationsException
54 protected DecodingException(Message message) { method in class:DecodingException
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DDecodingException.java38 public abstract class DecodingException extends OperationsException { class in inherits:OperationsException
53 protected DecodingException(Message message) { method in class:DecodingException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DDecodingException.java39 public abstract class DecodingException extends OperationsException { class in inherits:OperationsException
54 protected DecodingException(Message message) { method in class:DecodingException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DDecodingException.java39 public abstract class DecodingException extends OperationsException { class in inherits:OperationsException
54 protected DecodingException(LocalizableMessage message) { method in class:DecodingException
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DDecodingException.java34 public abstract class DecodingException extends OperationsException { class in inherits:OperationsException
47 protected DecodingException(LocalizableMessage message) { method in class:DecodingException
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DDecodingException.java34 public class DecodingException extends ChangelogException class in inherits:ChangelogException
44 public DecodingException(Message message) method in class:DecodingException
55 public DecodingException(Throwable cause) method in class:DecodingException
68 public DecodingException(Message message, Throwable cause) method in class:DecodingException
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DDecodingException.java34 public class DecodingException extends ChangelogException class in inherits:ChangelogException
44 public DecodingException(Message message) method in class:DecodingException
55 public DecodingException(Throwable cause) method in class:DecodingException
68 public DecodingException(Message message, Throwable cause) method in class:DecodingException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DDecodingException.java34 public class DecodingException extends ChangelogException class in inherits:ChangelogException
44 public DecodingException(LocalizableMessage message) method in class:DecodingException
55 public DecodingException(Throwable cause) method in class:DecodingException
68 public DecodingException(LocalizableMessage message, Throwable cause) method in class:DecodingException
/forgerock/authenticator-android-v2/app/src/main/java/com/google/android/apps/authenticator/
H A DBase32String.java67 public static byte[] decode(String encoded) throws DecodingException {
71 protected byte[] decodeInternal(String encoded) throws DecodingException {
93 throw new DecodingException("Illegal character: " + c);
106 // throw new DecodingException("Bits left: " + bitsLeft);
158 public static class DecodingException extends Exception { class in class:Base32String
159 public DecodingException(String message) { method in class:Base32String.DecodingException

Completed in 23 milliseconds