com.sun.im.provider
Class RealmException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.im.provider.RealmException
All Implemented Interfaces:
java.io.Serializable

public class RealmException
extends java.lang.Exception

Generic Exception thrown in Realm action

See Also:
Serialized Form

Constructor Summary
RealmException(java.lang.Exception e)
           
RealmException(java.lang.String why)
          Create a RealmException
 
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

RealmException

public RealmException(java.lang.String why)
Create a RealmException

Parameters:
why -

RealmException

public RealmException(java.lang.Exception e)