com.linkedin.restli.internal.common
Class AsciiHexEncoding.CannotDecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.linkedin.restli.internal.common.AsciiHexEncoding.CannotDecodeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AsciiHexEncoding

public static class AsciiHexEncoding.CannotDecodeException
extends java.lang.Exception

Defines the exception thrown when the string cannot be decoded

See Also:
Serialized Form

Constructor Summary
AsciiHexEncoding.CannotDecodeException(java.lang.String msg)
           
AsciiHexEncoding.CannotDecodeException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsciiHexEncoding.CannotDecodeException

public AsciiHexEncoding.CannotDecodeException(java.lang.String msg)

AsciiHexEncoding.CannotDecodeException

public AsciiHexEncoding.CannotDecodeException(java.lang.String message,
                                              java.lang.Throwable cause)