com.fatwire.gst.foundation.facade.assetapi
Class SiteAccessRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.fatwire.gst.foundation.facade.assetapi.SiteAccessRuntimeException
All Implemented Interfaces:
Serializable

public class SiteAccessRuntimeException
extends RuntimeException

RuntimeException adaptor for SiteAccessException.

Since:
Apr 6, 2011
Author:
Dolf Dijkstra
See Also:
Serialized Form

Constructor Summary
SiteAccessRuntimeException(com.fatwire.assetapi.common.SiteAccessException cause)
           
SiteAccessRuntimeException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SiteAccessRuntimeException

public SiteAccessRuntimeException(com.fatwire.assetapi.common.SiteAccessException cause)
Parameters:
cause - the cause

SiteAccessRuntimeException

public SiteAccessRuntimeException(String msg)
Parameters:
msg - the detail message for the exception


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.