Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.interpreter.codec
Class CodecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.infinispan.cli.interpreter.result.StatementException
              extended by org.infinispan.cli.interpreter.codec.CodecException
All Implemented Interfaces:
Serializable

public class CodecException
extends StatementException

CodecException.

Since:
5.2
Author:
Tristan Tarrant
See Also:
Serialized Form

Constructor Summary
CodecException(String message)
           
CodecException(String message, Throwable cause)
           
CodecException(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

CodecException

public CodecException(Throwable cause)

CodecException

public CodecException(String message)

CodecException

public CodecException(String message,
                      Throwable cause)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.