com.octo.android.robospice.persistence.exception
Class KeySanitationExcepion

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.octo.android.robospice.persistence.exception.SpiceException
              extended by com.octo.android.robospice.persistence.exception.KeySanitationExcepion
All Implemented Interfaces:
Serializable

public class KeySanitationExcepion
extends SpiceException

Thrown when a sanitation/desanitation problem occurs.

Author:
SNI
See Also:
Serialized Form

Constructor Summary
KeySanitationExcepion()
           
KeySanitationExcepion(String arg0)
           
KeySanitationExcepion(String arg0, Throwable arg1)
           
KeySanitationExcepion(Throwable arg0)
           
 
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

KeySanitationExcepion

public KeySanitationExcepion()

KeySanitationExcepion

public KeySanitationExcepion(String arg0,
                             Throwable arg1)

KeySanitationExcepion

public KeySanitationExcepion(String arg0)

KeySanitationExcepion

public KeySanitationExcepion(Throwable arg0)


Copyright © 2012-2014. All Rights Reserved.