org.lastbamboo.common.offer.answer
Class NoAnswerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lastbamboo.common.offer.answer.NoAnswerException
All Implemented Interfaces:
Serializable

public class NoAnswerException
extends Exception

Exception for when there's not answer to an offer/answer exchange.

See Also:
Serialized Form

Constructor Summary
NoAnswerException(String msg)
          Creates a new exception.
NoAnswerException(String msg, Throwable cause)
          Creates a new exception.
 
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

NoAnswerException

public NoAnswerException(String msg)
Creates a new exception.

Parameters:
msg - The message associated with the exception.

NoAnswerException

public NoAnswerException(String msg,
                         Throwable cause)
Creates a new exception.

Parameters:
msg - The message associated with the exception.
cause - What caused this exception.


Copyright © 2013 LittleShoot. All Rights Reserved.