RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.অবজেক্ট
com.android.tradefed.error.HarnessRuntimeException
com.android.tradefed.util.RunInterruptedException


একটি বাহ্যিক অনুরোধ দ্বারা একটি রান অপারেশন বিঘ্নিত হলে নিক্ষেপ করা হয়।

সারসংক্ষেপ

পাবলিক কনস্ট্রাক্টর

RunInterruptedException (String message, ErrorIdentifier errorId)

একটি RunInterruptedException তৈরি করে।

RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)

একটি RunInterruptedException তৈরি করে।

পাবলিক কনস্ট্রাক্টর

RunInterruptedException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

একটি RunInterruptedException তৈরি করে।

পরামিতি
message String : ব্যতিক্রমের সাথে যুক্ত বার্তা

errorId ErrorIdentifier : ErrorIdentifier ব্যতিক্রমকে শ্রেণীবদ্ধ করে।

RunInterruptedException

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

একটি RunInterruptedException তৈরি করে।

পরামিতি
message String : ব্যতিক্রমের সাথে যুক্ত বার্তা

cause Throwable : ব্যতিক্রমের কারণ

errorId ErrorIdentifier : ErrorIdentifier ব্যতিক্রমকে শ্রেণীবদ্ধ করে।