it.sistematica.isharedoc.sharecloud.engine
Class CloudUtils.UnauthorizedCloudFileProxyHandler
java.lang.Object
it.sistematica.isharedoc.sharecloud.engine.CloudUtils.UnauthorizedCloudFileProxyHandler
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
- Enclosing class:
- CloudUtils
public static class CloudUtils.UnauthorizedCloudFileProxyHandler
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler
Method Summary |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MSG
public static java.lang.String DEFAULT_MSG
CloudUtils.UnauthorizedCloudFileProxyHandler
public CloudUtils.UnauthorizedCloudFileProxyHandler()
CloudUtils.UnauthorizedCloudFileProxyHandler
public CloudUtils.UnauthorizedCloudFileProxyHandler(java.lang.Throwable e)
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Specified by:
invoke
in interface java.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable