com.alisoft.xplatform.asf.cache.memcached.client
类 NestedIOException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.io.IOException
              继承者 com.alisoft.xplatform.asf.cache.memcached.client.NestedIOException
所有已实现的接口:
java.io.Serializable

public class NestedIOException
extends java.io.IOException

Bridge class to provide nested Exceptions with IOException which has constructors that don't take Throwables.

版本:
1.2
作者:
Kevin Burton
另请参见:
序列化表格

构造方法摘要
NestedIOException(java.lang.String message, java.lang.Throwable cause)
           
NestedIOException(java.lang.Throwable cause)
          Create a new NestedIOException instance.
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

NestedIOException

public NestedIOException(java.lang.Throwable cause)
Create a new NestedIOException instance.

参数:
cause - object of type throwable

NestedIOException

public NestedIOException(java.lang.String message,
                         java.lang.Throwable cause)


Copyright © 2009 . All Rights Reserved.