it.sistematica.isharedoc.sharecloud.engine
Class CloudUtils.UnauthorizedCloudFileProxyHandler

java.lang.Object
  extended by 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


Field Summary
static java.lang.String DEFAULT_MSG
           
 
Constructor Summary
CloudUtils.UnauthorizedCloudFileProxyHandler()
           
CloudUtils.UnauthorizedCloudFileProxyHandler(java.lang.Throwable e)
           
 
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
 

Field Detail

DEFAULT_MSG

public static java.lang.String DEFAULT_MSG
Constructor Detail

CloudUtils.UnauthorizedCloudFileProxyHandler

public CloudUtils.UnauthorizedCloudFileProxyHandler()

CloudUtils.UnauthorizedCloudFileProxyHandler

public CloudUtils.UnauthorizedCloudFileProxyHandler(java.lang.Throwable e)
Method Detail

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