Class LocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.arquillian.graphene.location.exception.LocationException
All Implemented Interfaces:
Serializable

public class LocationException extends RuntimeException
Exception thrown when some Location was unable to be decided properly.
Author:
Stefan Miklosovic
See Also:
  • Constructor Details

    • LocationException

      public LocationException(String message, Throwable cause)
    • LocationException

      public LocationException(String message)
    • LocationException

      public LocationException(Throwable cause)