org.apache.hadoop.hive.ql.lockmgr
Class LockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hive.ql.metadata.HiveException
org.apache.hadoop.hive.ql.lockmgr.LockException
- All Implemented Interfaces:
- Serializable
public class LockException
- extends HiveException
Exception from lock manager.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LockException
public LockException()
LockException
public LockException(String message)
LockException
public LockException(Throwable cause)
LockException
public LockException(String message,
Throwable cause)
Copyright © 2013 The Apache Software Foundation