org.jboss.arquillian.ajocado.waiting
Class WaitTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
- All Implemented Interfaces:
- Serializable
public class WaitTimeoutException
- extends RuntimeException
Indicates timeout of waiting.
- See Also:
- Serialized Form
WaitTimeoutException
public WaitTimeoutException(Exception exception)
WaitTimeoutException
public WaitTimeoutException(CharSequence message,
Object... args)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.