org.apache.directmemory.serialization
Class SerializerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directmemory.serialization.SerializerNotFoundException
All Implemented Interfaces:
Serializable

public final class SerializerNotFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
SerializerNotFoundException(Class<?> serializerType)
           
SerializerNotFoundException(String serializerClassName)
           
 
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

SerializerNotFoundException

public SerializerNotFoundException(String serializerClassName)

SerializerNotFoundException

public SerializerNotFoundException(Class<?> serializerType)


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.