org.lastbamboo.common.offer.answer
Class NoAnswerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.