cn.signit.sdk
类 SignitException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 cn.signit.sdk.SignitException
所有已实现的接口:
Serializable

public class SignitException
extends Exception

The MIT License (MIT) Copyright (C) 2018 signit.cn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

另请参见:
序列化表格

构造方法摘要
SignitException(Exception e)
           
SignitException(String message)
           
SignitException(String message, Integer httpCode, String type)
           
SignitException(String message, Integer httpCode, String type, Exception e)
           
SignitException(String message, Throwable e)
           
 
方法摘要
 Integer getHttpCode()
           
 String getType()
           
 
从类 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
 

构造方法详细信息

SignitException

public SignitException(Exception e)

SignitException

public SignitException(String message)

SignitException

public SignitException(String message,
                       Throwable e)

SignitException

public SignitException(String message,
                       Integer httpCode,
                       String type)

SignitException

public SignitException(String message,
                       Integer httpCode,
                       String type,
                       Exception e)
方法详细信息

getHttpCode

public Integer getHttpCode()

getType

public String getType()


Copyright © 2019. All rights reserved.