org.openxri.resolve.exception
Class IllegalTrustTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxri.resolve.exception.XRIResolutionException
              extended by org.openxri.resolve.exception.IllegalTrustTypeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalTrustTypeException
extends XRIResolutionException

Author:
wtan
See Also:
Serialized Form

Constructor Summary
IllegalTrustTypeException(java.lang.String type)
           
IllegalTrustTypeException(java.lang.String type, java.lang.String sMsg)
           
 
Method Summary
 java.lang.String getType()
           
 void setType(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class org.openxri.resolve.exception.XRIResolutionException
getStatus, printUnderlyingStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalTrustTypeException

public IllegalTrustTypeException(java.lang.String type,
                                 java.lang.String sMsg)
Parameters:
type -
sMsg -

IllegalTrustTypeException

public IllegalTrustTypeException(java.lang.String type)
Parameters:
type -
Method Detail

getType

public java.lang.String getType()
Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Parameters:
type - The type to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2005-2012. All Rights Reserved.