AppserverIo\Appserver\ServletEngine\Security\Realm::getExceptionStack PHP 메소드

getExceptionStack() 공개 메소드

Return's the exception stack.
public getExceptionStack ( ) : AppserverIo\Collections\ArrayList
리턴 AppserverIo\Collections\ArrayList The exception stack
    public function getExceptionStack()
    {
        return $this->exceptionStack;
    }