org.unigram.likelike.common
Class LikelikeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.unigram.likelike.common.LikelikeException
All Implemented Interfaces:
java.io.Serializable

public class LikelikeException
extends java.lang.Exception

LikelikeException.

See Also:
Serialized Form

Constructor Summary
LikelikeException()
          Default constructor.
LikelikeException(java.lang.String details)
          Constructor.
LikelikeException(java.lang.String details, java.lang.Throwable cause)
          Constructor.
LikelikeException(java.lang.Throwable cause)
          Constructor.
 
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

LikelikeException

public LikelikeException()
Default constructor.


LikelikeException

public LikelikeException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - the exception information to be added

LikelikeException

public LikelikeException(java.lang.String details,
                         java.lang.Throwable cause)
Constructor.

Parameters:
details - detailed information of exception
cause - the exception information to be added

LikelikeException

public LikelikeException(java.lang.String details)
Constructor.

Parameters:
details - detailed information of exception